diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2012-01-29 06:26:01 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2012-01-29 06:26:01 +0000 |
commit | d450c174c72646f01924f2fff192fff745c5878e (patch) | |
tree | b4af1a033c573f8ee91eeec754d9be6e9f01d21f /japanese/mozc-server | |
parent | 9083803e532c5b85f502696c9b7c56521585c019 (diff) | |
download | ports-d450c174c72646f01924f2fff192fff745c5878e.tar.gz ports-d450c174c72646f01924f2fff192fff745c5878e.zip |
Notes
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r-- | japanese/mozc-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index ffd30e44617e..c1723d03fb8a 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -79,7 +79,7 @@ BUILD_GYP_CMD= cd ${WRKSRC}/third_party/gyp && ${SETENV} ${MAKE_ENV} ${PYTHON_CM post-patch: cd ${WRKSRC} && \ - ${REINPLACE_CMD} "s/@@LOCALBASE@@/${LOCALBASE:S/\//\\\//g}/g" \ + ${REINPLACE_CMD} "s,@@LOCALBASE@@,${LOCALBASE},g" \ ${LOCALBASE_REPLACE_FILES} pre-build: |