diff options
author | tv <tv> | 2004-10-11 14:07:36 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-11 14:07:36 +0000 |
commit | 3b37b2ee52d765b0a8cf916ad9b752eb6c5c56cd (patch) | |
tree | 711d158e3ac7582c005d38a75d627b0c33fb1fcd /lang/sun-jdk13/Makefile | |
parent | 80e54b0f9115efea836ce4b8ffdc61c5ddeb2099 (diff) | |
download | pkgsrc-3b37b2ee52d765b0a8cf916ad9b752eb6c5c56cd.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/sun-jdk13/Makefile')
-rw-r--r-- | lang/sun-jdk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 81c6e4e850d..b8209a753f7 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/10/05 22:09:23 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/11 14:07:37 tv Exp $ DISTNAME= j2sdk-1_3_1_12-linux-i586 PKGNAME= sun-jdk13-1.0.12 -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 |