diff options
author | tv <tv@pkgsrc.org> | 2004-10-05 22:09:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-05 22:09:23 +0000 |
commit | 136f803cfeda4518b33db7550ecd6e5ebabbb0fe (patch) | |
tree | 6bb874fce3ab08a8682d074f5099080b879f5e23 /lang/sun-jre14 | |
parent | 3a511c300e1d1176f9ab19ec53049ddf25d1f7ce (diff) | |
download | pkgsrc-136f803cfeda4518b33db7550ecd6e5ebabbb0fe.tar.gz |
Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
Diffstat (limited to 'lang/sun-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile | 6 | ||||
-rw-r--r-- | lang/sun-jre14/PLIST | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index 0bfed793a7f..dd82d2dc1d4 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2004/07/06 11:32:49 abs Exp $ +# $NetBSD: Makefile,v 1.20 2004/10/05 22:09:23 tv Exp $ # Note: Regen distinfo with SUN_JRE14_USE_JCE=YES DISTNAME= j2re-1_4_2_05-linux-i586 PKGNAME= sun-jre14-2.5 +PKGREVISION= 1 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.2 @@ -12,7 +13,8 @@ SHORT= JRE WRKSRC= ${WRKDIR}/j2re1.4.2_05 USE_PKGINSTALL= yes -JAVA_WRAPPERS= java +JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \ + servertool tnameserv OWN_DIRS= ${JAVA_HOME} OWN_DIRS+= ${JAVA_HOME}/lib OWN_DIRS+= ${JAVA_HOME}/lib/applet diff --git a/lang/sun-jre14/PLIST b/lang/sun-jre14/PLIST index 59fa0cffa35..a65e50e2e63 100644 --- a/lang/sun-jre14/PLIST +++ b/lang/sun-jre14/PLIST @@ -1,5 +1,12 @@ -@comment $NetBSD: PLIST,v 1.14 2004/07/06 11:32:49 abs Exp $ +@comment $NetBSD: PLIST,v 1.15 2004/10/05 22:09:23 tv Exp $ bin/sun14-java +bin/sun14-keytool +bin/sun14-orbd +bin/sun14-policytool +bin/sun14-rmid +bin/sun14-rmiregistry +bin/sun14-servertool +bin/sun14-tnameserv java/sun-1.4/.systemPrefs/.system.lock java/sun-1.4/.systemPrefs/.systemRootModFile java/sun-1.4/CHANGES |