summaryrefslogtreecommitdiff
path: root/www/horde
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 /www/horde
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 'www/horde')
-rw-r--r--www/horde/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 282d624882c..472aa03a030 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/06/02 23:26:41 salo Exp $
+# $NetBSD: Makefile,v 1.39 2005/08/19 18:12:39 jlam Exp $
DISTNAME= horde-2.2.8
PKGREVISION= 1
@@ -28,13 +28,13 @@ PKG_SYSCONFSUBDIR?= httpd
USE_PKGINSTALL= YES
CONF_FILES= ${EGDIR}/horde.conf ${PKG_SYSCONFDIR}/horde.conf
CONF_FILES+= ${HORDEDIR}/config/horde.php.dist ${HORDEDIR}/config/horde.php
-SUPPORT_FILES+= ${HORDEDIR}/config/html.php.dist ${HORDEDIR}/config/html.php
-SUPPORT_FILES+= ${HORDEDIR}/config/lang.php.dist ${HORDEDIR}/config/lang.php
-SUPPORT_FILES+= ${HORDEDIR}/config/mime_drivers.php.dist ${HORDEDIR}/config/mime_drivers.php
-SUPPORT_FILES+= ${HORDEDIR}/config/mime_mapping.php.dist ${HORDEDIR}/config/mime_mapping.php
-SUPPORT_FILES+= ${HORDEDIR}/config/motd.php.dist ${HORDEDIR}/config/motd.php
-SUPPORT_FILES+= ${HORDEDIR}/config/prefs.php.dist ${HORDEDIR}/config/prefs.php
-SUPPORT_FILES+= ${HORDEDIR}/config/registry.php.dist ${HORDEDIR}/config/registry.php
+CONF_FILES+= ${HORDEDIR}/config/html.php.dist ${HORDEDIR}/config/html.php
+CONF_FILES+= ${HORDEDIR}/config/lang.php.dist ${HORDEDIR}/config/lang.php
+CONF_FILES+= ${HORDEDIR}/config/mime_drivers.php.dist ${HORDEDIR}/config/mime_drivers.php
+CONF_FILES+= ${HORDEDIR}/config/mime_mapping.php.dist ${HORDEDIR}/config/mime_mapping.php
+CONF_FILES+= ${HORDEDIR}/config/motd.php.dist ${HORDEDIR}/config/motd.php
+CONF_FILES+= ${HORDEDIR}/config/prefs.php.dist ${HORDEDIR}/config/prefs.php
+CONF_FILES+= ${HORDEDIR}/config/registry.php.dist ${HORDEDIR}/config/registry.php
post-patch:
cd ${WRKSRC}/scripts; \