- Fix fetch in NOPORTDOCS case

PR:		ports/118125
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-12-15 18:41:43 +00:00
parent aa796d0d9a
commit a424942460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203770

View file

@ -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