summaryrefslogtreecommitdiff
path: root/inputmethod/anthy/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-08-30 20:19:45 +0000
committerwiz <wiz@pkgsrc.org>2007-08-30 20:19:45 +0000
commit0716d1c783a4819ab8dae233730c548a6c5bb663 (patch)
treef3d6110b239039da1cfb1431545ff44af9b2909c /inputmethod/anthy/Makefile
parent48590f4577f676261eda7e8eb427ed146558f5a1 (diff)
downloadpkgsrc-0716d1c783a4819ab8dae233730c548a6c5bb663.tar.gz
Update to 9100, provided by Yamashiro Jun in PR 36675.
anthy-9100: * Fix kana-kanji transformation algorithm. * New version of kana-kanji dictionary. pkgsrc change: * Update additional Japanese kana-kanji dictionary: okinawa-20070717.t
Diffstat (limited to 'inputmethod/anthy/Makefile')
-rw-r--r--inputmethod/anthy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile
index cbc3aee24a6..a00f9bc3a4d 100644
--- a/inputmethod/anthy/Makefile
+++ b/inputmethod/anthy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/20 17:11:52 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/08/30 20:19:45 wiz Exp $
.include "../../inputmethod/anthy/Makefile.common"
@@ -25,13 +25,13 @@ post-patch:
.if !empty(PKG_OPTIONS:Manthy-2ch-dict)
${CP} ${DISTDIR}/2ch.t ${WRKSRC}/mkworddic
# Don't change "\n".
- @${PRINTF} "/read @top_srcdir@\\\\/mkworddic\\\\/placename.t\na\nread @top_srcdir@/mkworddic/2ch.t\n.\nw\n" | \
+ @${PRINTF} "/read @top_srcdir@\\\\/mkworddic\\\\/base.t\na\nread @top_srcdir@/mkworddic/2ch.t\n.\nw\n" | \
ed -s ${WRKSRC}/mkworddic/dict.args.in
.endif
.if !empty(PKG_OPTIONS:Manthy-okinawa-dict)
${CP} ${DISTDIR}/${OKIDIC_VERSION}.t ${WRKSRC}/mkworddic/okinawa.t
# Don't change "\n".
- @${PRINTF} "/read @top_srcdir@\\\\/mkworddic\\\\/placename.t\na\nread @top_srcdir@/mkworddic/okinawa.t\n.\nw\n" | \
+ @${PRINTF} "/read @top_srcdir@\\\\/mkworddic\\\\/base.t\na\nread @top_srcdir@/mkworddic/okinawa.t\n.\nw\n" | \
ed -s ${WRKSRC}/mkworddic/dict.args.in
.endif