diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 10:40:50 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 10:40:50 +0000 |
commit | 5010aeb35552d9e3c77ce2b3aca5924e456eea3e (patch) | |
tree | bc5a12def7d617c7172ae78d436137490d45a9c2 /inputmethod/skk-jisyo/Makefile | |
parent | 6a7b71df385157d38aa760ed8f28f05ebf3fadfc (diff) | |
download | pkgsrc-5010aeb35552d9e3c77ce2b3aca5924e456eea3e.tar.gz |
Update dictionary data to 201212.
Diffstat (limited to 'inputmethod/skk-jisyo/Makefile')
-rw-r--r-- | inputmethod/skk-jisyo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/skk-jisyo/Makefile b/inputmethod/skk-jisyo/Makefile index 93440e332d8..f55ca057398 100644 --- a/inputmethod/skk-jisyo/Makefile +++ b/inputmethod/skk-jisyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/06 14:25:18 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/10 10:40:50 hiramatsu Exp $ # DISTNAME= SKK-JISYO.L.${SKKJISYO_VERS} @@ -10,12 +10,13 @@ EXTRACT_SUFX= .bz2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/skk/wiki/wiki.cgi?page=SKK%BC%AD%BD%F1 COMMENT= Dictionary collection for SKK +LICENSE= gnu-gpl-v2 CONFLICTS= skkserv<3.9.4nb7 NO_BUILD= yes -SKKJISYO_VERS= 200708 +SKKJISYO_VERS= 201212 INSTALLATION_DIRS+= ${PREFIX}/share/skk |