diff options
author | glewis <glewis@FreeBSD.org> | 2007-07-27 23:07:41 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-07-27 23:07:41 +0800 |
commit | dc2ed81ecaf897b50fc17f1c11d38154226ecf34 (patch) | |
tree | 672269d4280a6f1ec74283fd63b0aacf62a677ba /java | |
parent | eda7d6898a70da319beb8ec5b34f216c96f6467c (diff) | |
download | freebsd-ports-gnome-dc2ed81ecaf897b50fc17f1c11d38154226ecf34.tar.gz freebsd-ports-gnome-dc2ed81ecaf897b50fc17f1c11d38154226ecf34.tar.zst freebsd-ports-gnome-dc2ed81ecaf897b50fc17f1c11d38154226ecf34.zip |
. Fix the description of the link for the policy files.
PR: 114958
Submitted by: Olivier Smedts <olivier@gid0.org>
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk15/Makefile | 3 | ||||
-rw-r--r-- | java/jdk16/Makefile | 3 |
2 files changed, 4 insertions, 2 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\ diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 49ae13502bea..9e8d5134c13f 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/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\ |