summaryrefslogtreecommitdiff
path: root/chat/i2cbd
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-19 18:12:36 +0000
committerjlam <jlam>2005-08-19 18:12:36 +0000
commitf7c7d9a1c522bb0d59723ba9f53f843c26e43d75 (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /chat/i2cbd
parent70be074bc6e5c0a9b3b6661da29ab55c63f1c625 (diff)
downloadpkgsrc-f7c7d9a1c522bb0d59723ba9f53f843c26e43d75.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 'chat/i2cbd')
-rw-r--r--chat/i2cbd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile
index 45f36e0a31c..7943c960e1d 100644
--- a/chat/i2cbd/Makefile
+++ b/chat/i2cbd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/23 09:03:12 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/19 18:12:36 jlam Exp $
#
DISTNAME= i2cbd-2.0_BETA1
@@ -21,14 +21,13 @@ PLIST_SUBST+= ICBD_OWNER=${ICBD_OWNER}
PKG_SYSCONFSUBDIR= icbd
EGDIR= ${PREFIX}/share/examples/i2cbd
EGFILES= motd icbd_help icbd.deny news.1
-CONF_FILES_PERMS=
+CONF_FILES_PERMS= # empty
.for f in ${EGFILES}
CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} \
${ICBD_OWNER} ${ROOT_GROUP} 644
.endfor
.undef f
-
-SUPPORT_FILES_PERMS= /dev/null /var/log/icbd.log \
+CONF_FILES_PERMS+= /dev/null /var/log/icbd.log \
${ICBD_OWNER} ${ROOT_GROUP} 644
post-extract: