aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xmill
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 14:46:25 +0800
committerkris <kris@FreeBSD.org>2006-09-03 14:46:25 +0800
commitea4a3955a96d9325a9a2cb9e2477896af5ba8774 (patch)
tree1d5e07fdc972f12a08e3531b94c84dfcd7dfc09b /archivers/xmill
parent30b7d86669c4839945946a456b69cb783faba88a (diff)
downloadfreebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.tar.gz
freebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.tar.zst
freebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.zip
Allow package builds
Diffstat (limited to 'archivers/xmill')
-rw-r--r--archivers/xmill/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index 3aeddf442107..c024f66dd139 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -26,7 +26,7 @@ PORTDOCS= COPYRIGHT.txt LICENSE.txt MANUAL.txt README.txt xmill.ps.gz
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= requires explicit agreement to the terms and conditions of the license. Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/, put it under ${DISTDIR} and run make again
.endif