Date: Thu, 29 Aug 2013 13:00:30 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325591 - head/comms/java-commapi Message-ID: <201308291300.r7TD0Uoo020956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308291300.r7TD0Uoo020956>