diff options
author | taya <taya@pkgsrc.org> | 2005-06-12 08:52:54 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2005-06-12 08:52:54 +0000 |
commit | 0f0e6b7d7f169355a6bf9f0cc23a82aedaa414d5 (patch) | |
tree | 0c4ea958ea01375e0c2eda1520ba2c9637e5c6bb /inputmethod/anthy/Makefile | |
parent | 47577dcd67ece88a6a459acb330f5d49173b7c0e (diff) | |
download | pkgsrc-0f0e6b7d7f169355a6bf9f0cc23a82aedaa414d5.tar.gz |
apply patch sent by yamajun AT ofug.net to fix bug of anthy-dic-tool.
fix pkg/30448
Diffstat (limited to 'inputmethod/anthy/Makefile')
-rw-r--r-- | inputmethod/anthy/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index 58bb9a00280..1a1cfacbd11 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/06/01 14:03:15 dillo Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/12 08:52:54 taya Exp $ .include "../../inputmethod/anthy/Makefile.common" +PKGREVISION= 1 EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= taya@NetBSD.org @@ -32,8 +33,8 @@ SITES_2ch.t+= http://omaemona.sourceforge.net/packages/Zisyo/ .endif .if !empty(PKG_OPTIONS:Mokinawa_dict) -DISTFILES+= okinawa-20050410.t -SITES_okinawa-20050410.t+= http://www.ofug.net/~yamajun/files/ +DISTFILES+= okinawa-20050607.t +SITES_okinawa-20050607.t+= http://www.ofug.net/~yamajun/files/ .endif post-patch: @@ -43,8 +44,8 @@ post-patch: ed -s ${WRKSRC}/mkanthydic/Makefile.in .endif .if !empty(PKG_OPTIONS:Mokinawa_dict) - ${CP} ${DISTDIR}/okinawa-20050410.t ${WRKSRC}/mkanthydic - @printf '/^EXTRA_DICS\ns/$$/ okinawa-20050410.t/\nwq\n' | \ + ${CP} ${DISTDIR}/okinawa-20050607.t ${WRKSRC}/mkanthydic + @printf '/^EXTRA_DICS\ns/$$/ okinawa-20050607.t/\nwq\n' | \ ed -s ${WRKSRC}/mkanthydic/Makefile.in .endif |