summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-19 18:12:36 +0000
committerjlam <jlam>2005-08-19 18:12:36 +0000
commitb99928fdbc9a42469c377a8a2847c9963522e04d (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /lang/kaffe
parent6376ed41fdc7ad082a01122a4e0c6a6c0e82ae9c (diff)
downloadpkgsrc-b99928fdbc9a42469c377a8a2847c9963522e04d.tar.gz
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index fe7a7150858..54ea1406d2f 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2005/01/30 23:18:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.59 2005/08/19 18:12:37 jlam Exp $
#
.include "Makefile.common"
@@ -10,7 +10,7 @@ CONFLICTS+= kaffe-nox11-[0-9]*
JAVA_WRAPPERS= appletviewer jar java javac javadoc javah javakey \
javap jdb rmic rmiregistry serialver
-SUPPORT_FILES= ${JAVA_HOME}/jre/lib/security/java.security.default \
+CONF_FILES= ${JAVA_HOME}/jre/lib/security/java.security.default \
${JAVA_HOME}/jre/lib/security/java.security
.include "../../mk/bsd.prefs.mk"