diff options
author | pav <pav@FreeBSD.org> | 2007-12-16 02:41:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-16 02:41:43 +0800 |
commit | 3d645409a45a86b5e4f8e56caa8b083296006ebe (patch) | |
tree | f6081cf4e2926bfc1df07e1b0357e82f4a343ff5 /math | |
parent | 76ebb7b45848b93e172f668365afa6ce6144baa4 (diff) | |
download | freebsd-ports-gnome-3d645409a45a86b5e4f8e56caa8b083296006ebe.tar.gz freebsd-ports-gnome-3d645409a45a86b5e4f8e56caa8b083296006ebe.tar.zst freebsd-ports-gnome-3d645409a45a86b5e4f8e56caa8b083296006ebe.zip |
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 4 |
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 |