diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-15 18:19:49 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-15 18:19:49 +0000 |
commit | bdb33870b67fe1378c32dc85abf8805fe8c551bb (patch) | |
tree | 95441fa8e3afc2ff2b6721adcd72c36458bc14f7 /japanese | |
parent | security/cfs: Resurrect and maintain CFS. (diff) |
Add a workaround when archivers/lha-ac is installed.
Spotted by: me
Notes
Notes:
svn path=/head/; revision=318251
Diffstat (limited to 'japanese')
-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 467faa56a76f..bb778df5bbf3 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -132,7 +132,7 @@ PLIST_FILES+= bin/mozc_server post-extract-mozc_server: @for F in jigyosyo-20130228.lzh ken_all-20130228.lzh; do \ - ${LHA_CMD} xfqw=${WRKSRC}/data/dictionary_oss ${DISTDIR}/$$F; \ + ${LHA_CMD} xfq2w=${WRKSRC}/data/dictionary_oss ${DISTDIR}/$$F; \ done @cd ${WRKSRC}/data/dictionary_oss && \ ${PYTHON_CMD} ${WRKSRC}/dictionary/gen_zip_code_seed.py \ |