diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
commit | 4115f91ae0d7ae5c395efef7da9c622acd5a4a6f (patch) | |
tree | fc5fa9c2b78d8bec43c5846719549002a059158d /mail/mutt/Makefile | |
parent | 15ea658235ba24b010e075cc956e4fa0ad3a044c (diff) | |
download | pkgsrc-4115f91ae0d7ae5c395efef7da9c622acd5a4a6f.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 8f3d0c8bd28..110b6ca41fe 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2004/06/02 15:43:09 minskim Exp $ DISTNAME= mutt-1.4.2.1i PKGNAME= ${DISTNAME:C/i$//} @@ -13,6 +13,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.mutt.org/ COMMENT= Text-based MIME mail client with PGP support +PKG_INSTALLATION_TYPES= overwrite pkgviews + BUILD_USES_MSGFMT= yes WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} |