summaryrefslogtreecommitdiff
path: root/mail/imp4
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 /mail/imp4
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 'mail/imp4')
-rw-r--r--mail/imp4/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/imp4/Makefile b/mail/imp4/Makefile
index 17ba6a887bd..695c287e17d 100644
--- a/mail/imp4/Makefile
+++ b/mail/imp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/02 23:10:28 salo Exp $
+# $NetBSD: Makefile,v 1.8 2005/08/19 18:12:38 jlam Exp $
DISTNAME= imp-h3-${IMPVER}
PKGNAME= imp-${IMPVER}
@@ -34,28 +34,28 @@ PKG_SYSCONFSUBDIR?= httpd
CONF_FILES= ${EGDIR}/imp.conf ${PKG_SYSCONFDIR}/imp.conf
CONF_FILES+= ${IMPDIR}/config/servers.php.dist \
${IMPDIR}/config/servers.php
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/conf.xml.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/conf.xml.dist \
${IMPDIR}/config/conf.xml \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/filter.txt.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/filter.txt.dist \
${IMPDIR}/config/filter.txt \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/header.txt.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/header.txt.dist \
${IMPDIR}/config/header.txt \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/menu.php.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/menu.php.dist \
${IMPDIR}/config/menu.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/mime_drivers.php.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/mime_drivers.php.dist \
${IMPDIR}/config/mime_drivers.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/motd.php.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/motd.php.dist \
${IMPDIR}/config/motd.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/prefs.php.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/prefs.php.dist \
${IMPDIR}/config/prefs.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${IMPDIR}/config/trailer.txt.dist \
+CONF_FILES_PERMS+= ${IMPDIR}/config/trailer.txt.dist \
${IMPDIR}/config/trailer.txt \
${APACHE_USER} ${ROOT_GROUP} 0440