diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 14:46:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 14:46:25 +0800 |
commit | ea4a3955a96d9325a9a2cb9e2477896af5ba8774 (patch) | |
tree | 1d5e07fdc972f12a08e3531b94c84dfcd7dfc09b /archivers/xmill | |
parent | 30b7d86669c4839945946a456b69cb783faba88a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |