aboutsummaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-15 18:41:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-15 18:41:43 +0000
commita42494246060bc577e325d04e0e55fbae5cf55d1 (patch)
treea554b5a5d594ba9109ce7fe23282ac9ab4b41c2c /math/gsl
parentaa796d0d9a74ec648c2e95fa8b6e0b0e370f8af5 (diff)
downloadports-a42494246060bc577e325d04e0e55fbae5cf55d1.tar.gz
ports-a42494246060bc577e325d04e0e55fbae5cf55d1.zip
- Fix fetch in NOPORTDOCS case
PR: ports/118125 Submitted by: bf <bf2006a@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=203770
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index b0da984922c6..505ac13e4c05 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -11,9 +11,9 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
MASTER_SITE_SUBDIR= ${PORTNAME}/:gsl
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl
.if !defined(NOPORTDOCS)
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl \
- ${GSLREF}:gslref
+DISTFILES+= ${GSLREF}:gslref
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif