pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/kaffe Remove non-existing config file. Bump revis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57fa964059d5
branches:  trunk
changeset: 536884:57fa964059d5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 16:05:11 2007 +0000

description:
Remove non-existing config file. Bump revision.

diffstat:

 lang/kaffe/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r 373a76798114 -r 57fa964059d5 lang/kaffe/Makefile
--- a/lang/kaffe/Makefile       Thu Dec 27 15:46:00 2007 +0000
+++ b/lang/kaffe/Makefile       Thu Dec 27 16:05:11 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.70 2007/07/10 21:16:43 minskim Exp $
+# $NetBSD: Makefile,v 1.71 2007/12/27 16:05:11 joerg Exp $
 #
 
 .include "Makefile.common"
 
-PKGREVISION=   2
+PKGREVISION=   3
 
 CONFLICTS+=            kaffe-nox11-[0-9]*
 
@@ -19,17 +19,11 @@
 JAVA_WRAPPERS=         appletviewer jar java javac javadoc javah javakey \
                        javap jdb rmic rmiregistry serialver
 
-CONF_FILES=            ${JAVA_HOME}/jre/lib/security/java.security.default \
-                       ${JAVA_HOME}/jre/lib/security/java.security
-
 .include "../../mk/bsd.prefs.mk"
 
 UNLIMIT_RESOURCES=        datasize
 LIBS+= -lltdl
 
-PRINT_PLIST_AWK+=      /^java\/kaffe\/jre\/lib\/security\/java.security$$/ \
-                               { next; }
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 
 post-install:



Home | Main Index | Thread Index | Old Index