diff options
author | glewis <glewis@FreeBSD.org> | 2009-01-02 03:38:49 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-01-02 03:38:49 +0800 |
commit | 5f222aee7b247d7a3353e0df00de57817a5e380f (patch) | |
tree | a51e5b254df40cc79641e36b94740ca1fe4e4d7c | |
parent | db4c9653f350886e883689f969448643ee56c227 (diff) | |
download | freebsd-ports-gnome-5f222aee7b247d7a3353e0df00de57817a5e380f.tar.gz freebsd-ports-gnome-5f222aee7b247d7a3353e0df00de57817a5e380f.tar.zst freebsd-ports-gnome-5f222aee7b247d7a3353e0df00de57817a5e380f.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>
-rw-r--r-- | java/jdk16/Makefile | 16 |
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#} |