aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2009-01-02 03:38:49 +0800
committerGreg Lewis <glewis@FreeBSD.org>2009-01-02 03:38:49 +0800
commit3f0d335d956c61066b9981ec72dd24babae9de97 (patch)
treef83f3cec4e70c5474ab64a50317d1dbfc2ef33f5 /java
parentacf9a59ae3012b5b3b55a9117a5964c1a4448d56 (diff)
downloadfreebsd-ports-gnome-3f0d335d956c61066b9981ec72dd24babae9de97.tar.gz
freebsd-ports-gnome-3f0d335d956c61066b9981ec72dd24babae9de97.tar.zst
freebsd-ports-gnome-3f0d335d956c61066b9981ec72dd24babae9de97.zip
. Update the download directions to point people directly at the source
to download since the web page no longer provides links to it. PR: 129931 Suggested by: Barbara <barbara.xxx1975@libero.it>
Diffstat (limited to 'java')
-rw-r--r--java/jdk16/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index d671c5dec77a..83ae0d107263 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -194,22 +194,24 @@ DESKTOP_FILES= ../../deploy/src/desktop/freedesktop/applications/sun-java.deskto
DISTFILE_INSTRUCTIONS=\n\
Due to licensing restrictions, certain files must be fetched manually.\n\n
.if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || !exists(${DISTDIR}/${JRL_MOZFILE})#{
-DISTFILE_INSTRUCTIONS += Please open http://download.java.net/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/index.html\n\
-in a web browser. Download the\n
+DISTFILE_INSTRUCTIONS += Please download the
.if !exists(${DISTDIR}/${JRL_SRCFILE})#{
-DISTFILE_INSTRUCTIONS += Update ${JDK_UPDATE_VERSION} Source, ${JRL_SRCFILE}
+DISTFILE_INSTRUCTIONS += Update ${JDK_UPDATE_VERSION} Source from\n\
+ http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_SRCFILE}\n
.endif#}
.if !exists(${DISTDIR}/${JRL_BINFILE})#{
.if !exists(${DISTDIR}/${JRL_SRCFILE})#{
-DISTFILE_INSTRUCTIONS += and the\n
+DISTFILE_INSTRUCTIONS += and the
.endif#}
-DISTFILE_INSTRUCTIONS += Source Binaries, ${JRL_BINFILE}
+DISTFILE_INSTRUCTIONS += Source Binaries from\n\
+ http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_BINFILE}\n
.endif#}
.if !exists(${DISTDIR}/${JRL_MOZFILE})#{
.if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{
-DISTFILE_INSTRUCTIONS += and the\n
+DISTFILE_INSTRUCTIONS += and the
.endif#}
-DISTFILE_INSTRUCTIONS += Mozilla Headers, ${JRL_MOZFILE}
+DISTFILE_INSTRUCTIONS += Mozilla Headers from\n\
+ http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_MOZFILE}\n
.endif#}
DISTFILE_INSTRUCTIONS += .\n\n
.endif#}