svn commit: r325592 - head/java/jmf
Bryan Drewery
bdrewery at FreeBSD.org
Thu Aug 29 13:02:02 UTC 2013
Author: bdrewery
Date: Thu Aug 29 13:02:01 2013
New Revision: 325592
URL: http://svnweb.freebsd.org/changeset/ports/325592
Log:
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors
With hat: portmgr
Modified:
head/java/jmf/Makefile
Modified: head/java/jmf/Makefile
==============================================================================
--- head/java/jmf/Makefile Thu Aug 29 13:00:29 2013 (r325591)
+++ head/java/jmf/Makefile Thu Aug 29 13:02:01 2013 (r325592)
@@ -27,7 +27,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
# Check for JMF sources
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= because of licensing restrictions, you must fetch the source\
distribution manually.\
Please access: http://java.sun.com/products/java-media/jmf/2.1.1/download.html\
More information about the svn-ports-all
mailing list