diff options
author | joerg <joerg> | 2007-12-27 16:05:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-12-27 16:05:11 +0000 |
commit | 262e51b5269adde5794bca676210f72963607532 (patch) | |
tree | d51db9005f9db9aae2f2221cf643c7558a8e072c /lang/kaffe | |
parent | 384e08f8a1115ce1a3cb30b05d556d35ce96c2f3 (diff) | |
download | pkgsrc-262e51b5269adde5794bca676210f72963607532.tar.gz |
Remove non-existing config file. Bump revision.
Diffstat (limited to 'lang/kaffe')
-rw-r--r-- | lang/kaffe/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 2b2a6846986..f3fbb58405e 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -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 @@ MAKE_ENV+= PKGLOCALEDIR=${PREFIX}/${PKGLOCALEDIR} 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: |