summaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 3408bd1a29e..de42562f878 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.160 2010/03/30 10:56:00 tron Exp $
+# $NetBSD: Makefile,v 1.161 2010/04/10 16:08:50 tron Exp $
DISTNAME= mutt-1.4.2.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \
@@ -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= destdir
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
@@ -25,6 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
--with-docdir=${PREFIX}/share/doc/mutt \
--without-included-gettext \
+ --enable-external-dotlock \
--enable-pop \
--enable-imap
MAKE_ENV+= CHGRP=${CHGRP:Q}
@@ -87,10 +88,7 @@ FILES_SUBST+= DOCDIR=${DOCDIR:Q}
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
-PLIST_VARS+= dotlock
-.if exists(${WRKSRC}/mutt_dotlock)
-PLIST.dotlock= yes
-.endif
+SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
.include "../../converters/libiconv/buildlink3.mk"