summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-09 10:18:49 +0000
committernia <nia@pkgsrc.org>2020-06-09 10:18:49 +0000
commit11d96216018dd0b34a9c4de54681d13f1b37e20d (patch)
treee1b48774007921404007a362372c12e767fd7dea /mail
parentbdc88ab2deb3356eb474b57a894e942a51e3cb4b (diff)
downloadpkgsrc-11d96216018dd0b34a9c4de54681d13f1b37e20d.tar.gz
mutt: Depend on mime-types, don't install internal mime.types to SYSCONFDIR
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 10ca76857af..9527035ee8d 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.228 2020/05/22 10:56:19 adam Exp $
+# $NetBSD: Makefile,v 1.229 2020/06/09 10:18:49 nia Exp $
DISTNAME= mutt-1.13.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.mutt.org/
COMMENT= Text-based MIME mail client with PGP & S/MIME support
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
+DEPENDS+= mime-types-[0-9]*:../../misc/mime-types
+
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
BUILD_DEPENDS+= lynx-[0-9]*:../../www/lynx
@@ -53,7 +55,6 @@ LDFLAGS+= ${_STRIPFLAG_CC}
DOCDIR= ${PREFIX}/share/doc/mutt
EGDIR= ${PREFIX}/share/examples/mutt
CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
-CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
FILES_SUBST+= DOCDIR=${DOCDIR}
INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}