diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-15 10:13:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-15 10:13:45 +0000 |
commit | 01731ab4c1e76090c70e5d782a97ce11d93eb628 (patch) | |
tree | 63775a6266c045b1cf37f37a2b546a9aa7996eb5 /mail/neomutt | |
parent | 2f5399d806ebdba9eb039a9e62bf2e44748a865b (diff) | |
download | pkgsrc-01731ab4c1e76090c70e5d782a97ce11d93eb628.tar.gz |
Fix DOTLOCK_GROUP. From J. Lewis Muir on pkgsrc-users.
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 3cfaa20c646..19bac53faae 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -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" |