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/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/jdk')
-rw-r--r-- | lang/jdk/Makefile | 4 | ||||
-rw-r--r-- | lang/jdk/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index 875572b2688..339ef9b35cf 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2004/07/29 00:50:59 tv Exp $ +# $NetBSD: Makefile,v 1.41 2004/10/11 14:07:37 tv Exp $ # VERSION= 1.1.8 PKGNAME= jdk-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang java MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/java/i386/${VERSION}/ \ ftp://ftp.de.NetBSD.org/pub/NetBSD/misc/java/i386/${VERSION}/ diff --git a/lang/jdk/PLIST b/lang/jdk/PLIST index 4e6d795bbd7..2a0cd9e50e7 100644 --- a/lang/jdk/PLIST +++ b/lang/jdk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/07/29 00:50:59 tv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/10/11 14:07:37 tv Exp $ bin/jdk11-appletviewer bin/jdk11-jar bin/jdk11-java @@ -475,7 +475,6 @@ java/jdk-1.1.8/include/verify.h java/jdk-1.1.8/include/wrap.h java/jdk-1.1.8/include/zip.h java/jdk-1.1.8/index.html -@exec ${LN} -sf . %D/jre java/jdk-1.1.8/jre java/jdk-1.1.8/lib/appletviewer.properties.default java/jdk-1.1.8/lib/awt.properties.default |