summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-21 22:15:10 +0000
committeradam <adam@pkgsrc.org>2019-10-21 22:15:10 +0000
commitabb47de3b81319b7060f978199c503941da2febb (patch)
tree01091111cbf0f80968cd2b2374b95e3aff0b2267 /mail
parent941bd7c2f3f534b828ba626aeaaa41721aa5ef38 (diff)
downloadpkgsrc-abb47de3b81319b7060f978199c503941da2febb.tar.gz
Fix sphinx-build binary name
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 7110fd7783a..6e4e1d9f845 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/06/12 13:26:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2019/10/21 22:15:11 adam Exp $
DISTNAME= notmuch-0.29.1
CATEGORIES= mail
@@ -32,7 +32,7 @@ SUBST_FILES.gnuld= lib/Makefile.local
SUBST_SED.gnuld= -e 's/-Wl,--[^ ]*//g'
SUBST_CLASSES+= sphinx
-SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build${PYVERSSUFFIX},"
+SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},"
SUBST_FILES.sphinx+= bindings/python/docs/Makefile configure doc/Makefile.local
SUBST_STAGE.sphinx= pre-configure
SUBST_MESSAGE.sphinx= Fix sphinx command names.