diff options
author | tv <tv@pkgsrc.org> | 2004-10-11 14:07:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-11 14:07:36 +0000 |
commit | 85570525d2f753935b5972715896d2699a0a218d (patch) | |
tree | 711d158e3ac7582c005d38a75d627b0c33fb1fcd /lang/win32-jdk | |
parent | 8e82497f83584f40b651209e86e2ff5dd3715f8a (diff) | |
download | pkgsrc-85570525d2f753935b5972715896d2699a0a218d.tar.gz |
Fix the "jre" symlink in the various Sun-based JDK packages; it was wrong
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now
has proper symlink handling in pkg_install, this can now be a simple
PLIST entry rather than an @exec/@unexec pair.
Diffstat (limited to 'lang/win32-jdk')
-rw-r--r-- | lang/win32-jdk/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/win32-jdk/PLIST b/lang/win32-jdk/PLIST index 0c549a6e9d3..441fbf2d485 100644 --- a/lang/win32-jdk/PLIST +++ b/lang/win32-jdk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 13:37:10 tv Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/10/11 14:07:38 tv Exp $ bin/win32-appletviewer bin/win32-extcheck bin/win32-idlj @@ -44,6 +44,5 @@ java/win32/bin/rmiregistry java/win32/bin/serialver java/win32/bin/servertool java/win32/bin/tnameserv -@exec ${LN} -sf . %D/java/win32/jre -@unexec ${RM} -f %D/java/win32/jre +java/win32/jre @dirrm java/win32/bin |