diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-07-22 06:23:23 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-07-22 06:23:23 +0000 |
commit | fb8bbd5974824deae0fb28d8798aa0416608e80d (patch) | |
tree | 8cf864564a1fc555c98dd619bc4736070f4ca5e6 /java/jdk15 | |
parent | 1c609bc5239525b7bf418118b55e25402d94e6ff (diff) |
. Update the download location for the unlimited strength policy files.
Submitted by: Olivier SMEDTS <olivier@gid0.org>
PR: 114592
Notes
Notes:
svn path=/head/; revision=196039
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 2d5b7dfe8658..bb7a93748c41 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -198,7 +198,7 @@ IGNORE += Source Binaries, ${JRL_BINFILE} IGNORE += .\n\n .endif#} .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ -IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\ +IGNORE += Please open http://java.sun.com/javase/downloads/index_jdk5.jsp\n\ in a web browser and follow the \"Download\" link for\n\ \"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} |