aboutsummaryrefslogtreecommitdiffstats
path: root/java
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 /java
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 '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