summaryrefslogtreecommitdiff
path: root/mail/turba/Makefile
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/turba/Makefile
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/turba/Makefile')
-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