From 45924f116d934d6af4e3052f9a135e77bf4ad7ee Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 7 Jul 2013 16:27:30 +0000 Subject: [PATCH] . Don't force a manual download when it's unnecessary. Add the download location to MASTER_SITES instead and remove the manual download prompt. --- java/jai/Makefile | 6 +----- 1 file changed, 1 insertion(+), 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 -.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)