diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-25 15:27:17 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-25 15:27:17 +0000 |
commit | b94be4cfd4b06c598349c98029e4ec454d736f23 (patch) | |
tree | ae3e297a2e7fba6cb9a0aed56e9a0f71490b7b63 /math | |
parent | f126a9f38e943b4489f5a2f896a993a47e125e7c (diff) | |
download | FreeBSD-ports-b94be4cfd4b06c598349c98029e4ec454d736f23.zip FreeBSD-ports-b94be4cfd4b06c598349c98029e4ec454d736f23.tar.gz |
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB
PR: 25324
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 22 | ||||
-rw-r--r-- | math/gsl/pkg-descr | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 4 |
3 files changed, 13 insertions, 15 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index c2872ce..7913fae 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: gsl -# Date created: 15 Feb 2000 -# Whom: Andrew L. Neporada <andrew@chg.ru> +# New ports collection makefile for: gsl +# Date created: 15 Feb 2000 +# Whom: Andrew L. Neporada <andrew@chg.ru> # # $FreeBSD$ # @@ -8,26 +8,24 @@ PORTNAME= gsl PORTVERSION= 0.7 CATEGORIES= math -MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \ - ftp://ftp.freesoftware.com/pub/sourceware/gsl/ \ - ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \ - ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \ - ftp://ftp.chg.ru/pub/math/gsl/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF} +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes INSTALLS_SHLIB= yes + GSLREF= gsl-ref.ps.gz post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gsl - ${INSTALL_MAN} ${DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl + @${MKDIR} ${PREFIX}/share/doc/gsl + ${INSTALL_DATA} ${_DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} .endif diff --git a/math/gsl/pkg-descr b/math/gsl/pkg-descr index 8ea4bb1..3e8a675 100644 --- a/math/gsl/pkg-descr +++ b/math/gsl/pkg-descr @@ -8,4 +8,4 @@ GSL is currently in developers release, for people who want to work on the library itself. When the library is complete and fully tested it will be announced for general use. -WWW: http://sourceware.cygnus.com/gsl/ +WWW: http://sourceware.redhat.com/gsl/ diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 361643f..2ca1ddf 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -228,6 +228,6 @@ lib/libgslblascblas.a lib/libgslblascblas.so lib/libgslblascblas.so.0 share/aclocal/gsl.m4 -share/doc/gsl/gsl-ref.ps +%%PORTDOCS%%share/doc/gsl/gsl-ref.ps +%%PORTDOCS%%@dirrm share/doc/gsl @dirrm include/gsl -@dirrm share/doc/gsl |