diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 18:41:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 18:41:43 +0000 |
commit | a42494246060bc577e325d04e0e55fbae5cf55d1 (patch) | |
tree | a554b5a5d594ba9109ce7fe23282ac9ab4b41c2c /math/gsl | |
parent | aa796d0d9a74ec648c2e95fa8b6e0b0e370f8af5 (diff) |
Notes
Diffstat (limited to 'math/gsl')
-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 |