- No MASTER_SITE defined, manual fetch is required regardless of
PACKAGE_BUILDING. Otherwise this just fails to fetch when building packages. Missed in r325598 With hat: portmgr
This commit is contained in:
parent
f0a57d0b9e
commit
2eff44ba4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325767
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ CONFIGURE_ARGS+= --with-dgdebug
|
|||
.endif
|
||||
|
||||
# User needs to manually download the distfile
|
||||
.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !defined(PACKAGE_BUILDING)
|
||||
.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}))
|
||||
IGNORE= commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue