svn commit: r325591 - head/comms/java-commapi

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 29 13:00:30 UTC 2013


Author: bdrewery
Date: Thu Aug 29 13:00:29 2013
New Revision: 325591
URL: http://svnweb.freebsd.org/changeset/ports/325591

Log:
  - Don't attempt to build when PACKAGE_BUILDING, just hits
    a fetch error trying FreeBSD mirrors
  
  With hat:	portmgr

Modified:
  head/comms/java-commapi/Makefile

Modified: head/comms/java-commapi/Makefile
==============================================================================
--- head/comms/java-commapi/Makefile	Thu Aug 29 12:59:09 2013	(r325590)
+++ head/comms/java-commapi/Makefile	Thu Aug 29 13:00:29 2013	(r325591)
@@ -33,7 +33,7 @@ PLIST_FILES+=	%%JAVA_HOME%%/jre/lib/ext/
 
 .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
 


More information about the svn-ports-all mailing list