- Fix fetch in NOPORTDOCS case
PR: ports/118125 Submitted by: bf <bf2006a@yahoo.com> (maintainer)
This commit is contained in:
parent
aa796d0d9a
commit
a424942460
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203770
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue