pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 15 10:13:45 UTC 2016

Modified Files:
        pkgsrc/mail/neomutt: Makefile

Log Message:
Fix DOTLOCK_GROUP. From J. Lewis Muir on pkgsrc-users.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/neomutt/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/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.19 pkgsrc/mail/neomutt/Makefile:1.20
--- pkgsrc/mail/neomutt/Makefile:1.19   Mon Nov 14 14:25:17 2016
+++ pkgsrc/mail/neomutt/Makefile        Tue Nov 15 10:13:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/11/14 14:25:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/11/15 10:13:45 wiz Exp $
 
 DISTNAME=              neomutt-20161104
 CATEGORIES=            mail
@@ -25,7 +25,7 @@ EGDIR=                        ${PREFIX}/share/examples/mutt
 CONF_FILES=            ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
 CONF_FILES+=           ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
 INSTALLATION_DIRS+=     ${DOCDIR} ${EGDIR}
-INSTALL_MAKE_FLAGS=     ${MAKE_FLAGS} sysconfdir=${EGDIR}
+INSTALL_MAKE_FLAGS=     ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index