summaryrefslogtreecommitdiff
path: root/www/horde3
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 /www/horde3
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 'www/horde3')
-rw-r--r--www/horde3/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile
index d9a75c82da0..8713741b731 100644
--- a/www/horde3/Makefile
+++ b/www/horde3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/02 23:07:30 salo Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/19 18:12:39 jlam Exp $
DISTNAME= horde-3.0.4
PKGREVISION= 1
@@ -38,25 +38,25 @@ CONF_FILES+= ${EGDIR}/horde.conf ${PKG_SYSCONFDIR}/horde.conf
CONF_FILES_PERMS+= ${HORDEDIR}/config/conf.php.dist \
${HORDEDIR}/config/conf.php \
${APACHE_USER} ${ROOT_GROUP} 0640
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/conf.xml.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/conf.xml.dist \
${HORDEDIR}/config/conf.xml \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/mime_drivers.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/mime_drivers.php.dist \
${HORDEDIR}/config/mime_drivers.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/motd.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/motd.php.dist \
${HORDEDIR}/config/motd.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/nls.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/nls.php.dist \
${HORDEDIR}/config/nls.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/prefs.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/prefs.php.dist \
${HORDEDIR}/config/prefs.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/registry.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/registry.php.dist \
${HORDEDIR}/config/registry.php \
${APACHE_USER} ${ROOT_GROUP} 0440
-SUPPORT_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \
+CONF_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \
${HORDEDIR}/config/hooks.php \
${APACHE_USER} ${ROOT_GROUP} 0440