aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-25 23:27:17 +0800
committerkevlo <kevlo@FreeBSD.org>2001-02-25 23:27:17 +0800
commitb94be4cfd4b06c598349c98029e4ec454d736f23 (patch)
treeae3e297a2e7fba6cb9a0aed56e9a0f71490b7b63
parentf126a9f38e943b4489f5a2f896a993a47e125e7c (diff)
downloadfreebsd-ports-gnome-b94be4cfd4b06c598349c98029e4ec454d736f23.tar.gz
freebsd-ports-gnome-b94be4cfd4b06c598349c98029e4ec454d736f23.tar.zst
freebsd-ports-gnome-b94be4cfd4b06c598349c98029e4ec454d736f23.zip
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line - Use NOPORTDOCS PLIST_SUB PR: 25324 Submitted by: Ports Fury
-rw-r--r--math/gsl/Makefile22
-rw-r--r--math/gsl/pkg-descr2
-rw-r--r--math/gsl/pkg-plist4
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