pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre13 Fix CHECK_FILES build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4378b883f217
branches:  trunk
changeset: 509000:4378b883f217
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 01 23:53:21 2006 +0000

description:
Fix CHECK_FILES build.

diffstat:

 lang/sun-jre13/Makefile |  12 ++++++------
 lang/sun-jre13/PLIST    |   5 ++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 057d49613ab0 -r 4378b883f217 lang/sun-jre13/Makefile
--- a/lang/sun-jre13/Makefile   Wed Mar 01 23:27:41 2006 +0000
+++ b/lang/sun-jre13/Makefile   Wed Mar 01 23:53:21 2006 +0000
@@ -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 @@
 
 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 -r 057d49613ab0 -r 4378b883f217 lang/sun-jre13/PLIST
--- a/lang/sun-jre13/PLIST      Wed Mar 01 23:27:41 2006 +0000
+++ b/lang/sun-jre13/PLIST      Wed Mar 01 23:53:21 2006 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index