diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:27:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:27:17 +0000 |
commit | a23f6437e8e6c10966aa7079af31a1c63620a91c (patch) | |
tree | d56b036d1faa183d0cf8dea8356bd15dc7bd0586 /math/gsl | |
parent | 50e7992774cff4c273d843b464466ae2f1355663 (diff) | |
download | ports-a23f6437e8e6c10966aa7079af31a1c63620a91c.tar.gz ports-a23f6437e8e6c10966aa7079af31a1c63620a91c.zip |
Notes
Diffstat (limited to 'math/gsl')
-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 c2872ce0086c..7913faefd835 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 8ea4bb1e672c..3e8a675a5dab 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 361643fe40ad..2ca1ddfc488e 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 |