diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-07-27 14:44:02 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-07-27 14:44:02 +0000 |
commit | 5afca6d0e74b93f83e9eabe172129fc186e511f2 (patch) | |
tree | 01a4bf5a387d62af6d1aa99af8e98270a2572c54 /java/jdk16 | |
parent | 3fd75b923ce9d896d642d64756f029a4c5717a10 (diff) |
. Update 12 is current, so the download isn't in the archive section yet
(oops). Also, its index page appears broken, so just show the main
download page for now.
PR: 114958 (kinda)
Notes
Notes:
svn path=/head/; revision=196405
Diffstat (limited to 'java/jdk16')
-rw-r--r-- | java/jdk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 2cdd197e7074..49ae13502bea 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -184,7 +184,7 @@ ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Due to licensing restrictions, certain files must be fetched manually.\n\n .if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{ -IGNORE += Please open http://download.java.net/tiger/archive/tiger_u${JDK_UPDATE_VERSION}/index.csp\n\ +IGNORE += Please open http://download.java.net/tiger/\n\ in a web browser. Download the\n .if !exists(${DISTDIR}/${JRL_SRCFILE})#{ IGNORE += Update ${JDK_UPDATE_VERSION} Source, ${JRL_SRCFILE} |