summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-elisp
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-08-07 03:03:32 +0000
committerobache <obache@pkgsrc.org>2014-08-07 03:03:32 +0000
commit5aaf96b71b61560fc241b904475e547b4bdbfbd6 (patch)
tree43ae74eb15dab915df8144d8c0767ac0a6e07502 /inputmethod/mozc-elisp
parentade3092826c7e59a73f8ec1161d2ca2604a7d2e8 (diff)
downloadpkgsrc-5aaf96b71b61560fc241b904475e547b4bdbfbd6.tar.gz
Use ${SETENV} instead of bare `env'.
Diffstat (limited to 'inputmethod/mozc-elisp')
-rw-r--r--inputmethod/mozc-elisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index d21d8e35f57..bf8df3689c0 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/06/17 13:16:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2014/08/07 03:03:32 obache Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
@@ -11,7 +11,7 @@ EMACS_MODULES= base leim
INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin
do-build:
- cd ${WRKSRC} && env ${MAKE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
unix/emacs/emacs.gyp:mozc_emacs_helper
cd ${WRKSRC}/unix/emacs && \