diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-07-27 15:07:41 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-07-27 15:07:41 +0000 |
commit | 18107c8853e93ce7aa343f6bc6ec19fbdbeb47b0 (patch) | |
tree | 242da04083d19a74c6852d5e89047a21f8d11b4c /java/jdk15 | |
parent | e678a9a3f52c1171690e47272cec4582cc0bfcdc (diff) |
. Fix the description of the link for the policy files.
PR: 114958
Submitted by: Olivier Smedts <olivier@gid0.org>
Notes
Notes:
svn path=/head/; revision=196416
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 49ae13502bea..9e8d5134c13f 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -200,7 +200,8 @@ IGNORE += .\n\n .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ 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 +\"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy\n\ +Files 5.0\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} .if defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})#{ IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\ |