summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-01 23:53:21 +0000
committerwiz <wiz>2006-03-01 23:53:21 +0000
commitd2ab9aca6ae8928abe6a2fabe1cda09ed875dfb3 (patch)
tree90ccef73e8b3c71e174f30c9bcd057f8d23c8cc2 /lang
parent99b772ec7cb1330e1700a6ffa26b03d90ac2a38c (diff)
downloadpkgsrc-d2ab9aca6ae8928abe6a2fabe1cda09ed875dfb3.tar.gz
Fix CHECK_FILES build.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jre13/Makefile12
-rw-r--r--lang/sun-jre13/PLIST5
2 files changed, 8 insertions, 9 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index 5c00b4466b6..051db1a5491 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/02/05 23:09:52 joerg Exp $
+# $NetBSD: Makefile,v 1.46 2006/03/01 23:53:21 wiz Exp $
DISTNAME= j2re-1_3_1_17-linux-i586
PKGNAME= sun-jre13-1.0.17
@@ -11,11 +11,11 @@ SHORT= JRE
JAVA_WRAPPERS= java keytool policytool rmid rmiregistry tnameserv
WRKSRC= ${WRKDIR}/jre1.3.1_17
-OWN_DIRS= ${JAVA_HOME}
-OWN_DIRS+= ${JAVA_HOME}/lib
-OWN_DIRS+= ${JAVA_HOME}/lib/images
-OWN_DIRS+= ${JAVA_HOME}/lib/images/cursors
-OWN_DIRS+= ${JAVA_HOME}/lib/security
+REQD_DIRS= ${JAVA_HOME}
+REQD_DIRS+= ${JAVA_HOME}/lib
+REQD_DIRS+= ${JAVA_HOME}/lib/images
+REQD_DIRS+= ${JAVA_HOME}/lib/images/cursors
+REQD_DIRS+= ${JAVA_HOME}/lib/security
SFILES= content-types.properties flavormap.properties
SFILES+= font.properties font.properties.ja
SFILES+= font.properties.zh images/cursors/cursors.properties
diff --git a/lang/sun-jre13/PLIST b/lang/sun-jre13/PLIST
index 23b71e292c3..02d9dafabcb 100644
--- a/lang/sun-jre13/PLIST
+++ b/lang/sun-jre13/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/11/10 07:25:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/03/01 23:53:21 wiz Exp $
bin/sun13-java
bin/sun13-keytool
bin/sun13-policytool
@@ -141,8 +141,7 @@ java/sun-1.3.1/man/ja_JP.eucJP/man1/keytool.1
java/sun-1.3.1/man/ja_JP.eucJP/man1/rmid.1
java/sun-1.3.1/man/ja_JP.eucJP/man1/rmiregistry.1
java/sun-1.3.1/man/ja_JP.eucJP/man1/tnameserv.1
-@exec ${LN} -sf %D/java/sun-1.3.1/man/ja_JP.eucJP %D/java/sun-jdk13/man/ja
-@unexec ${RM} -f %D/java/sun-1.3.1/man/ja
+java/sun-1.3.1/man/ja
java/sun-1.3.1/man/man1/java.1
java/sun-1.3.1/man/man1/keytool.1
java/sun-1.3.1/man/man1/rmid.1