summaryrefslogtreecommitdiff
path: root/java
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 /java
parentBROKEN: Unfetchable (diff)
Allow package builds
Notes
Notes: svn path=/head/; revision=172024
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-clay-core/Makefile2
1 files changed, 1 insertions, 1 deletions
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