diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:46:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:46:25 +0000 |
commit | cde755e1d501cabfc21e737804448c844d8c4bc3 (patch) | |
tree | 63d1916cc4c43e1813889de00033286565380c46 /archivers | |
parent | 607027179e159398aff20b2b9d0950c5c4b4c8f6 (diff) | |
download | ports-cde755e1d501cabfc21e737804448c844d8c4bc3.tar.gz ports-cde755e1d501cabfc21e737804448c844d8c4bc3.zip |
Notes
Diffstat (limited to 'archivers')
-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 |