diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-03 22:25:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-03 22:25:51 +0800 |
commit | bcd95e5f7e749e8ffc55c2c76b97df8c7cf2bf24 (patch) | |
tree | 58bf3b1f7a728b40a5cac993b4446f14c8612509 /java/jdk13 | |
parent | 9500e53eb1b81f98ab43584f379ace71b73a2bdb (diff) | |
download | freebsd-ports-gnome-bcd95e5f7e749e8ffc55c2c76b97df8c7cf2bf24.tar.gz freebsd-ports-gnome-bcd95e5f7e749e8ffc55c2c76b97df8c7cf2bf24.tar.zst freebsd-ports-gnome-bcd95e5f7e749e8ffc55c2c76b97df8c7cf2bf24.zip |
Update link to the place where distfile can be downloaded.
PR: 27058
Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
Diffstat (limited to 'java/jdk13')
-rw-r--r-- | java/jdk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 056840b9e5d4..43a88e2bee31 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -8,7 +8,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}b${JDK_BETALEVEL} CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/software/communitysource/java2/ +MASTER_SITES= # http://www.sun.com/software/java2/download.html # http://www.eyesbeyond.com/freebsddom/java/jdk.html DISTFILES= ${PORTNAME}${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ freebsd-jdk122-patches-${JDK_BETALEVEL}.tar.gz @@ -70,7 +70,7 @@ IGNORE= "You can not legally distribute pre-compiled binaries" .for file in ${DISTFILES} .if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/communitysource/java2/ and http://www.eyesbeyond.com/freebsddom/java/jdk.html, place it in ${DISTDIR} and then run make again +IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk.html, place it in ${DISTDIR} and then run make again .endif .endfor |