svn commit: r318251 - head/japanese/mozc-server

Hiroki Sato hrs at FreeBSD.org
Wed May 15 18:19:50 UTC 2013


Author: hrs
Date: Wed May 15 18:19:49 2013
New Revision: 318251
URL: http://svnweb.freebsd.org/changeset/ports/318251

Log:
  Add a workaround when archivers/lha-ac is installed.
  
  Spotted by:	me

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Wed May 15 17:29:33 2013	(r318250)
+++ head/japanese/mozc-server/Makefile	Wed May 15 18:19:49 2013	(r318251)
@@ -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 \


More information about the svn-ports-all mailing list