summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
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
commit6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32 (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /mail/mutt-devel
parente8f515f3f8a796800848e9ae383424c678106310 (diff)
downloadpkgsrc-6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32.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/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 1c88e1cb175..6bb3edff80b 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/08/02 12:57:02 tonio Exp $
+# $NetBSD: Makefile,v 1.34 2005/08/19 18:12:38 jlam Exp $
DISTNAME= mutt-1.5.9i
PKGNAME= ${DISTNAME:C/i$//}
@@ -52,7 +52,7 @@ INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
DOCDIR= ${PREFIX}/share/doc/mutt
EGDIR= ${PREFIX}/share/examples/mutt
CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
-SUPPORT_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
FILES_SUBST+= DOCDIR=${DOCDIR}
.if exists(${WRKSRC}/mutt_dotlock)