summaryrefslogtreecommitdiff
path: root/mail/imp
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/imp
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/imp')
-rw-r--r--mail/imp/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index 03ef2ce9ea3..f5b994e6ba3 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/06/02 23:28:11 salo Exp $
+# $NetBSD: Makefile,v 1.33 2005/08/19 18:12:37 jlam Exp $
DISTNAME= imp-3.2.8
PKGREVISION= 1
@@ -27,25 +27,25 @@ USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR?= httpd
CONF_FILES= ${EGDIR}/imp.conf ${PKG_SYSCONFDIR}/imp.conf
-CONF_FILES+= ${IMPDIR}/config/conf.php.dist \
+CONF_FILES+= ${IMPDIR}/config/conf.php.dist \
${IMPDIR}/config/conf.php
CONF_FILES+= ${IMPDIR}/config/servers.php.dist \
${IMPDIR}/config/servers.php
-SUPPORT_FILES+= ${IMPDIR}/config/filter.txt.dist \
+CONF_FILES+= ${IMPDIR}/config/filter.txt.dist \
${IMPDIR}/config/filter.txt
-SUPPORT_FILES+= ${IMPDIR}/config/header.txt.dist \
+CONF_FILES+= ${IMPDIR}/config/header.txt.dist \
${IMPDIR}/config/header.txt
-SUPPORT_FILES+= ${IMPDIR}/config/html.php.dist \
+CONF_FILES+= ${IMPDIR}/config/html.php.dist \
${IMPDIR}/config/html.php
-SUPPORT_FILES+= ${IMPDIR}/config/menu.php.dist \
+CONF_FILES+= ${IMPDIR}/config/menu.php.dist \
${IMPDIR}/config/menu.php
-SUPPORT_FILES+= ${IMPDIR}/config/mime_drivers.php.dist \
+CONF_FILES+= ${IMPDIR}/config/mime_drivers.php.dist \
${IMPDIR}/config/mime_drivers.php
-SUPPORT_FILES+= ${IMPDIR}/config/motd.php.dist \
+CONF_FILES+= ${IMPDIR}/config/motd.php.dist \
${IMPDIR}/config/motd.php
-SUPPORT_FILES+= ${IMPDIR}/config/prefs.php.dist \
+CONF_FILES+= ${IMPDIR}/config/prefs.php.dist \
${IMPDIR}/config/prefs.php
-SUPPORT_FILES+= ${IMPDIR}/config/trailer.txt.dist \
+CONF_FILES+= ${IMPDIR}/config/trailer.txt.dist \
${IMPDIR}/config/trailer.txt
do-build: