summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorobache <obache>2014-08-07 03:03:32 +0000
committerobache <obache>2014-08-07 03:03:32 +0000
commit4bd83cf8036e79f2439bd30afc1b2bbbc8904011 (patch)
tree43ae74eb15dab915df8144d8c0767ac0a6e07502 /inputmethod/mozc-server
parent614e823db4a57b1c3228d5cb5dc599dd44be5506 (diff)
downloadpkgsrc-4bd83cf8036e79f2439bd30afc1b2bbbc8904011.tar.gz
Use ${SETENV} instead of bare `env'.
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile4
-rw-r--r--inputmethod/mozc-server/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index 82e9fd3f760..1191ad0c670 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2014/07/19 09:03:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2014/08/07 03:03:32 obache Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
INSTALLATION_DIRS+= libexec
do-build:
- cd ${WRKSRC} && env ${MAKE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
${_MAKE_JOBS} \
server/server.gyp:mozc_server
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 18e26aa3c50..b0d8eb56db9 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2014/07/19 09:03:04 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.12 2014/08/07 03:03:32 obache Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -67,7 +67,7 @@ OSDEST= linux
MOZC_BUILD_MODE= Release # or Debug
do-configure:
- cd ${WRKSRC} && env ${MAKE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
GYP_DEFINES="use_libprotobuf=1" \
${PYTHONBIN} build_mozc.py \
gyp \