aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 13:00:29 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 13:00:29 +0000
commitcfadad58a68abb4ba847d715f0a0435a8e01d5ac (patch)
treed0657765f6e56ce47d799d5164037d6a7b03d21f
parentce552246a2228d2ff6d017722b893afa3c66b496 (diff)
downloadports-cfadad58a68abb4ba847d715f0a0435a8e01d5ac.tar.gz
ports-cfadad58a68abb4ba847d715f0a0435a8e01d5ac.zip
Notes
-rw-r--r--comms/java-commapi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile
index 6f0df8bf8407..28d7da10f290 100644
--- a/comms/java-commapi/Makefile
+++ b/comms/java-commapi/Makefile
@@ -33,7 +33,7 @@ PLIST_FILES+= %%JAVA_HOME%%/jre/lib/ext/comm.jar
.include <bsd.port.pre.mk>
-.if !exists(${DISTPATH}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTPATH})
IGNORE=You must manually fetch ${DISTDESCR} (${DISTFILE}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif