aboutsummaryrefslogtreecommitdiff
path: root/java/jai
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-07-07 16:27:30 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-07-07 16:27:30 +0000
commit45924f116d934d6af4e3052f9a135e77bf4ad7ee (patch)
tree5480f05471d57bee5560226e134541ac7fbee2ef /java/jai
parent54ada251777934065e3cda55c61c424c5955641d (diff)
downloadports-45924f116d934d6af4e3052f9a135e77bf4ad7ee.tar.gz
ports-45924f116d934d6af4e3052f9a135e77bf4ad7ee.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.
Notes
Notes: svn path=/head/; revision=322451
Diffstat (limited to 'java/jai')
-rw-r--r--java/jai/Makefile6
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)