pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: set an explicit path to the system mai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9196a0fb9a5
branches:  trunk
changeset: 456789:a9196a0fb9a5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 08 20:53:41 2021 +0000

description:
mutt: set an explicit path to the system mail directory in VARBASE

diffstat:

 mail/mutt/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e22119adcc25 -r a9196a0fb9a5 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Sun Aug 08 20:40:42 2021 +0000
+++ b/mail/mutt/Makefile        Sun Aug 08 20:53:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.247 2021/07/12 22:49:36 tron Exp $
+# $NetBSD: Makefile,v 1.248 2021/08/08 20:53:41 nia Exp $
 
 DISTNAME=              mutt-2.1.1
 CATEGORIES=            mail
@@ -14,11 +14,14 @@
 BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=                lynx-[0-9]*:../../www/lynx
 
+BUILD_DEFS+=           VARBASE
+
 .include "../../mk/bsd.prefs.mk"
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt perl
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-mailpath=${VARBASE}/mail
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/mutt
 CONFIGURE_ARGS+=       --without-included-gettext



Home | Main Index | Thread Index | Old Index