diff options
author | tron <tron@pkgsrc.org> | 2010-03-30 10:56:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-03-30 10:56:00 +0000 |
commit | 1d562a0708a4c60431e37bb174ab1db84e33c17b (patch) | |
tree | 3a3a91f946c0f4129cbd3d89f406b62075c940e9 /mail/mutt | |
parent | 63a658fdedf35b73b7bb23365724ce2aed531ef8 (diff) | |
download | pkgsrc-1d562a0708a4c60431e37bb174ab1db84e33c17b.tar.gz |
This package only supports "destdir" not "user-destdir" installation as
it tries to change the group of the optional "mutt_dotlock" program.
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 a293f66217d..3408bd1a29e 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2009/08/31 19:25:27 tron Exp $ +# $NetBSD: Makefile,v 1.160 2010/03/30 10:56:00 tron Exp $ DISTNAME= mutt-1.4.2.3 PKGREVISION= 2 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.mutt.org/ COMMENT= Text-based MIME mail client with PGP support LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= destdir PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" |