diff options
author | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
commit | b99928fdbc9a42469c377a8a2847c9963522e04d (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /mail/mutt | |
parent | 6376ed41fdc7ad082a01122a4e0c6a6c0e82ae9c (diff) | |
download | pkgsrc-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/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6055e57dbce..d7e89784da9 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2005/05/29 03:44:12 minskim Exp $ +# $NetBSD: Makefile,v 1.127 2005/08/19 18:12:38 jlam Exp $ DISTNAME= mutt-1.4.2.1i PKGNAME= ${DISTNAME:C/i$//} @@ -54,7 +54,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) |