- 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:
Bryan Drewery 2013-08-31 02:06:01 +00:00
parent f0a57d0b9e
commit 2eff44ba4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325767

View file

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