diff options
author | taya <taya@pkgsrc.org> | 2005-04-11 15:02:23 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2005-04-11 15:02:23 +0000 |
commit | b4b45be58eb2f9be9059f26c8a751dce40dc2ede (patch) | |
tree | 5e8b822382828135f5e06b09da96d8f54e721d7d /inputmethod/anthy/Makefile | |
parent | 29c0ac70cf592c5e72902ebc5adf60a248153720 (diff) | |
download | pkgsrc-b4b45be58eb2f9be9059f26c8a751dce40dc2ede.tar.gz |
update optiona dictionary 'okinawa dictionary'
patch supplied from Yamashiro Jun.
fix PR pkg/29930
Diffstat (limited to 'inputmethod/anthy/Makefile')
-rw-r--r-- | inputmethod/anthy/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index 9792a6a2f06..654946e73c6 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/03/03 15:34:08 taya Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 15:02:23 taya Exp $ .include "../../inputmethod/anthy/Makefile.common" @@ -39,8 +39,8 @@ SITES_2ch.t+= http://omaemona.sourceforge.net/packages/Zisyo/ .endif .if !empty(PKG_OPTIONS:Mokinawa_dict) -DISTFILES+= okinawa-20041220.t -SITES_okinawa-20041220.t+= http://www.ofug.net/~yamajun/files/ +DISTFILES+= okinawa-20050410.t +SITES_okinawa-20050410.t+= http://www.ofug.net/~yamajun/files/ .endif post-patch: @@ -50,8 +50,8 @@ post-patch: ed -s ${WRKSRC}/mkanthydic/Makefile.in .endif .if !empty(PKG_OPTIONS:Mokinawa_dict) - ${CP} ${DISTDIR}/okinawa-20041220.t ${WRKSRC}/mkanthydic - @printf '/^EXTRA_DICS\ns/$$/ okinawa-20041220.t/\nwq\n' | \ + ${CP} ${DISTDIR}/okinawa-20050410.t ${WRKSRC}/mkanthydic + @printf '/^EXTRA_DICS\ns/$$/ okinawa-20050410.t/\nwq\n' | \ ed -s ${WRKSRC}/mkanthydic/Makefile.in .endif |