summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 15:00:50 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 15:00:50 +0000
commit7d5d0fca715ee9a7953e7864354ad0cc10706978 (patch)
treee303acd59cb37500c85db45927b7c3213588d3ca /mail/notmuch
parent39aae52e063ed023435320f21c58a1c16d866d1f (diff)
downloadpkgsrc-7d5d0fca715ee9a7953e7864354ad0cc10706978.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index aec62abff76..2a9e500b21a 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/11/22 23:55:33 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/25 15:00:51 jperkin Exp $
DISTNAME= notmuch-0.21
CATEGORIES= mail
@@ -21,12 +21,10 @@ MAKE_FLAGS+= PYTHON=${PYTHONBIN}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-.if ${OPSYS} == "SunOS"
-SUBST_CLASSES+= gnuld
+SUBST_CLASSES.SunOS+= gnuld
SUBST_STAGE.gnuld= pre-configure
SUBST_FILES.gnuld= lib/Makefile.local
SUBST_SED.gnuld= -e 's/-Wl,--[^ ]*//g'
-.endif
SUBST_CLASSES+= sphinx
SUBST_SED.sphinx+= -e "s,sphinx-build,sphinx-build${PYVERSSUFFIX},"