svn commit: r322451 - head/java/jai
Greg Lewis
glewis at FreeBSD.org
Sun Jul 7 16:27:30 UTC 2013
Author: glewis
Date: Sun Jul 7 16:27:30 2013
New Revision: 322451
URL: http://svnweb.freebsd.org/changeset/ports/322451
Log:
. Don't force a manual download when it's unnecessary. Add the download
location to MASTER_SITES instead and remove the manual download prompt.
Modified:
head/java/jai/Makefile
Modified: head/java/jai/Makefile
==============================================================================
--- head/java/jai/Makefile Sun Jul 7 16:23:32 2013 (r322450)
+++ head/java/jai/Makefile Sun Jul 7 16:27:30 2013 (r322451)
@@ -5,7 +5,7 @@ PORTNAME= jai
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= java graphics
-MASTER_SITES= #
+MASTER_SITES= http://download.java.net/media/${PORTNAME}/builds/release/${PORTVERSION:S/./_/g}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-lib
MAINTAINER= java at FreeBSD.org
@@ -36,10 +36,6 @@ PORTDOCS= \
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
-IGNORE= you must manually fetch from the "Java Advanced Imaging API 1.1.3 Download Page", the "Java (no native acceleration)" distribution (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
-.endif
-
do-install:
# documentation
.ifndef(NOPORTDOCS)
More information about the svn-ports-head
mailing list