svn commit: r325767 - head/www/dansguardian
Bryan Drewery
bdrewery at FreeBSD.org
Sat Aug 31 02:06:01 UTC 2013
Author: bdrewery
Date: Sat Aug 31 02:06:01 2013
New Revision: 325767
URL: http://svnweb.freebsd.org/changeset/ports/325767
Log:
- 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
Modified:
head/www/dansguardian/Makefile
Modified: head/www/dansguardian/Makefile
==============================================================================
--- head/www/dansguardian/Makefile Sat Aug 31 02:00:00 2013 (r325766)
+++ head/www/dansguardian/Makefile Sat Aug 31 02:06:01 2013 (r325767)
@@ -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
More information about the svn-ports-all
mailing list