diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 13:00:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 13:00:29 +0000 |
commit | cfadad58a68abb4ba847d715f0a0435a8e01d5ac (patch) | |
tree | d0657765f6e56ce47d799d5164037d6a7b03d21f /comms | |
parent | ce552246a2228d2ff6d017722b893afa3c66b496 (diff) |
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=325591
Diffstat (limited to 'comms')
-rw-r--r-- | comms/java-commapi/Makefile | 2 |
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 |