diff options
author | obache <obache> | 2010-11-02 01:25:22 +0000 |
---|---|---|
committer | obache <obache> | 2010-11-02 01:25:22 +0000 |
commit | 9f669cb5b266615bb289d59eb84de013c1b66224 (patch) | |
tree | f814e3e1e0b8b1bf0d890695e5fa7efe099cec53 /converters/skf/Makefile | |
parent | c3d23533f2632d9438d1a76ad784935bcb74a0ca (diff) | |
download | pkgsrc-9f669cb5b266615bb289d59eb84de013c1b66224.tar.gz |
Update skf to 1.97.3.
skf (1.97.3)
* fix index of JIS X-0208(1978) table.
* fix x-0201 kana to x-0208 kana conversion.
* nkf-compatibility: fix -X option.
* several nkf-compatibility feature fix and added.
Diffstat (limited to 'converters/skf/Makefile')
-rw-r--r-- | converters/skf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile index 58d00ba2961..ab412065a5e 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2010/08/07 00:18:07 obache Exp $ +# $NetBSD: Makefile,v 1.31 2010/11/02 01:25:22 obache Exp $ -DISTNAME= skf_${VERSION}.2 +DISTNAME= skf_${VERSION}.3 VERSION= 1.97 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/48535/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/49586/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/skf/ |