diff options
author | jlam <jlam> | 2003-02-11 04:23:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-02-11 04:23:14 +0000 |
commit | 7d412faa9933035f046c9145e85648e5dec81dce (patch) | |
tree | 06ecb0351c8cb607140865610dbe12a2ea13bf73 /lang/sun-jdk13/PLIST | |
parent | 691bdee7e0c12b883ace32885da51e9bd93fc247 (diff) | |
download | pkgsrc-7d412faa9933035f046c9145e85648e5dec81dce.tar.gz |
Bump PKGREVISIONs for:
lang/blackdown-jdk13
lang/jdk
lang/sun-jdk13
lang/sun-jdk14
Create a symlink from ${JAVA_HOME} to ${JAVA_HOME}/jre so that the proper
JDK hierarchy is found. This addresses PR 20269 by Todd Vierling
<tv at pobox dot com>. This makes misc/openoffice-linux find the Java2
installation again.
Diffstat (limited to 'lang/sun-jdk13/PLIST')
-rw-r--r-- | lang/sun-jdk13/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jdk13/PLIST b/lang/sun-jdk13/PLIST index 12fb7e0ce1d..d645fa837d8 100644 --- a/lang/sun-jdk13/PLIST +++ b/lang/sun-jdk13/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/29 11:10:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/11 04:23:15 jlam Exp $ README.html bin/HtmlConverter bin/appletviewer @@ -578,6 +578,8 @@ include/jvmdi.h include/jvmpi.h include/linux/jawt_md.h include/linux/jni_md.h +@exec ${LN} -sf . %D/jre +@unexec ${RM} -f %D/jre lib/dt.jar lib/htmlconverter.jar lib/i386/libdt_socket.so |