diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-03 14:25:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-03 14:25:51 +0000 |
commit | f9d3d952dae4cb24d8fefb0d92cb11b018a7b3cb (patch) | |
tree | eed6379e6a4a7473124556104bada954650b7a4f /java/jdk12/Makefile | |
parent | 0de074636dc86dc7933a9a5cf6b1921c3300e545 (diff) | |
download | ports-f9d3d952dae4cb24d8fefb0d92cb11b018a7b3cb.tar.gz ports-f9d3d952dae4cb24d8fefb0d92cb11b018a7b3cb.zip |
Notes
Diffstat (limited to 'java/jdk12/Makefile')
-rw-r--r-- | java/jdk12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile index 056840b9e5d4..43a88e2bee31 100644 --- a/java/jdk12/Makefile +++ b/java/jdk12/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 |