summaryrefslogtreecommitdiff
path: root/mail/turba
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
committerjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
commitbd2788d930980fb7fff304fa568751d0f69d819b (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /mail/turba
parente956158a4eb6d5a4d218d8ed22d012b1f05a74c6 (diff)
downloadpkgsrc-bd2788d930980fb7fff304fa568751d0f69d819b.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/turba')
-rw-r--r--mail/turba/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile
index 6d0f025f114..49042641ac5 100644
--- a/mail/turba/Makefile
+++ b/mail/turba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:13 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/19 18:12:38 jlam Exp $
DISTNAME= turba-h3-${TURBAVER}
PKGNAME= turba-${TURBAVER}
@@ -40,13 +40,13 @@ CONF_FILES_PERMS+= ${TURBADIR}/config/sources.php.dist \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES+= ${TURBADIR}/config/attributes.php.dist \
${TURBADIR}/config/attributes.php
-SUPPORT_FILES_PERMS+= ${TURBADIR}/config/conf.xml.dist \
+CONF_FILES_PERMS+= ${TURBADIR}/config/conf.xml.dist \
${TURBADIR}/config/conf.xml \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${TURBADIR}/config/menu.php.dist \
+CONF_FILES_PERMS+= ${TURBADIR}/config/menu.php.dist \
${TURBADIR}/config/menu.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${TURBADIR}/config/prefs.php.dist \
+CONF_FILES_PERMS+= ${TURBADIR}/config/prefs.php.dist \
${TURBADIR}/config/prefs.php \
${APACHE_USER} ${ROOT_GROUP} 0440