aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:46:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:46:25 +0000
commitcde755e1d501cabfc21e737804448c844d8c4bc3 (patch)
tree63d1916cc4c43e1813889de00033286565380c46
parent607027179e159398aff20b2b9d0950c5c4b4c8f6 (diff)
downloadports-cde755e1d501cabfc21e737804448c844d8c4bc3.tar.gz
ports-cde755e1d501cabfc21e737804448c844d8c4bc3.zip
Notes
-rw-r--r--archivers/xmill/Makefile2
-rw-r--r--astro/xephem/Makefile2
-rw-r--r--java/eclipse-clay-core/Makefile2
3 files changed, 3 insertions, 3 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
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index 32eac67eabc7..5264b5d026b8 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -32,7 +32,7 @@ XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz
.include <bsd.port.pre.mk>
.for file in ${XEPHEMSRC}
-.if !exists(${DISTDIR}/${file})
+.if !exists(${DISTDIR}/${file}) && !defined(PACKAGE_BUILDING)
ECHO_MSG= ${PRINTF}
IGNORE=:\n\
Because of licensing restrictions, you must manually fetch\n\
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile
index 6647e67644ba..62062d54f732 100644
--- a/java/eclipse-clay-core/Makefile
+++ b/java/eclipse-clay-core/Makefile
@@ -32,7 +32,7 @@ DISTVERSION= 20041231
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip)
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip) && !defined(PACKAGE_BUILDING)
IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/software/clay/download.jsp and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.'
.endif