svn commit: r325590 - head/java/j2sdkee13

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 29 12:59:09 UTC 2013


Author: bdrewery
Date: Thu Aug 29 12:59:09 2013
New Revision: 325590
URL: http://svnweb.freebsd.org/changeset/ports/325590

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

Modified:
  head/java/j2sdkee13/Makefile

Modified: head/java/j2sdkee13/Makefile
==============================================================================
--- head/java/j2sdkee13/Makefile	Thu Aug 29 12:56:54 2013	(r325589)
+++ head/java/j2sdkee13/Makefile	Thu Aug 29 12:59:09 2013	(r325590)
@@ -23,7 +23,7 @@ DOWNLOAD_URL?=	http://javashoplm.sun.com
 
 .include <bsd.port.pre.mk>
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=		You must manually fetch the Java 2 SDK Enterprise Edition\
 		${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}.  Accept the\
 		license and then download ${DISTNAME}${EXTRACT_SUFX} into\


More information about the svn-ports-all mailing list