diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 10:06:01 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 10:06:01 +0800 |
commit | 1e9d9a1457dd97fc19727568ffe4429ac7bca4c6 (patch) | |
tree | b15f62a63d2a164931819ebc6b60ddf92d8d3bab /www | |
parent | fdafd5136d40682e2d1878bb3914680a3083cb6f (diff) | |
download | freebsd-ports-gnome-1e9d9a1457dd97fc19727568ffe4429ac7bca4c6.tar.gz freebsd-ports-gnome-1e9d9a1457dd97fc19727568ffe4429ac7bca4c6.tar.zst freebsd-ports-gnome-1e9d9a1457dd97fc19727568ffe4429ac7bca4c6.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/dansguardian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index 6f6ef5766b7d..6d451cb16d15 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -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 |