mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
. Don't force a manual download when it's unnecessary. Add the download
location to MASTER_SITES instead and remove the manual download prompt.
This commit is contained in:
parent
54ada25177
commit
45924f116d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322451
@ -5,7 +5,7 @@ PORTNAME= jai
|
|||||||
PORTVERSION= 1.1.3
|
PORTVERSION= 1.1.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= java graphics
|
CATEGORIES= java graphics
|
||||||
MASTER_SITES= #
|
MASTER_SITES= http://download.java.net/media/${PORTNAME}/builds/release/${PORTVERSION:S/./_/g}/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-lib
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-lib
|
||||||
|
|
||||||
MAINTAINER= java@FreeBSD.org
|
MAINTAINER= java@FreeBSD.org
|
||||||
@ -36,10 +36,6 @@ PORTDOCS= \
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.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:
|
do-install:
|
||||||
# documentation
|
# documentation
|
||||||
.ifndef(NOPORTDOCS)
|
.ifndef(NOPORTDOCS)
|
||||||
|
Loading…
Reference in New Issue
Block a user