pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Aug  8 20:53:41 UTC 2021

Modified Files:
        pkgsrc/mail/mutt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/mail/mutt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.247 pkgsrc/mail/mutt/Makefile:1.248
--- pkgsrc/mail/mutt/Makefile:1.247     Mon Jul 12 22:49:36 2021
+++ pkgsrc/mail/mutt/Makefile   Sun Aug  8 20:53:41 2021
@@ -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 @@ DEPENDS+=           mime-types-[0-9]*:../../misc/
 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