diff options
author | glewis <glewis@FreeBSD.org> | 2013-07-08 00:27:30 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2013-07-08 00:27:30 +0800 |
commit | 759cb38eff20eb1957e6359014226c4ff454535d (patch) | |
tree | 5480f05471d57bee5560226e134541ac7fbee2ef | |
parent | a62ec9f64651f2ccd0231ea9ef05eca60d5054ef (diff) | |
download | freebsd-ports-gnome-759cb38eff20eb1957e6359014226c4ff454535d.tar.gz freebsd-ports-gnome-759cb38eff20eb1957e6359014226c4ff454535d.tar.zst freebsd-ports-gnome-759cb38eff20eb1957e6359014226c4ff454535d.zip |
. Don't force a manual download when it's unnecessary. Add the download
location to MASTER_SITES instead and remove the manual download prompt.
-rw-r--r-- | java/jai/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/jai/Makefile b/java/jai/Makefile index da832a607c5d..0d764422f5d2 100644 --- a/java/jai/Makefile +++ b/java/jai/Makefile @@ -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@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) |