summaryrefslogtreecommitdiff
path: root/converters/skf/patches
diff options
context:
space:
mode:
authorminskim <minskim>2006-01-31 03:35:25 +0000
committerminskim <minskim>2006-01-31 03:35:25 +0000
commitb227f054cd9d1c1bc117acba74c1d70f9a3de0d1 (patch)
tree15c8dac2dc73fa4da669bc42f06315a7e3f26973 /converters/skf/patches
parentfca15dd6352d2db9e7f0aaf50c8d16a5817b37b9 (diff)
downloadpkgsrc-b227f054cd9d1c1bc117acba74c1d70f9a3de0d1.tar.gz
Import skf from pkgsrc-wip. Packaged by OBATA Akio.
skf is an i18n-capable kanji filter. It works like i18n enhanced nkf-1.6. More specifically, skf is intended to read documents in various languages and codes using kanji or unicode capable display devices. skf provides basic kanji code conversion features, include to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes. skf also includes decoder for various code appears in the Net. Unlike nkf, it does not provide broken jis recovery nor mime encoding, but it has support for ISO-8859's, European domestic set, JIS X-0212/X-0213 code, has IBM/MS vendor specific code support and can add other code support easily.
Diffstat (limited to 'converters/skf/patches')
-rw-r--r--converters/skf/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/converters/skf/patches/patch-aa b/converters/skf/patches/patch-aa
new file mode 100644
index 00000000000..400d9d9d779
--- /dev/null
+++ b/converters/skf/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/01/31 03:35:25 minskim Exp $
+
+--- Makefile.in.orig 2005-12-11 19:16:14.000000000 +0900
++++ Makefile.in
+@@ -47,7 +47,7 @@ DOCDIR = $(datadir)/doc/@PACKAGE@
+ LSFMANDIR = $(datadir)/man
+ MANCJDIR = $(LSFMANDIR)/ja
+ MANDIR = $(mandir)/man1
+-JMANDIR = $(mandir)/ja/man1
++JMANDIR = $(mandir)/ja_JP.EUC/man1
+ LOCALEDIR = @localedir@
+ LOCALEJDIR = @localedir@/ja/LC_MESSAGES
+ #GETTEXT_LIB = -lintl
+@@ -166,7 +166,7 @@ DEP_FILES = .deps/skf.P
+ #
+ # commands
+ #
+-MSGFMT = /usr/bin/msgfmt
++MSGFMT = @MSGFMT@
+ #SED = ${SKFSED}
+ SED = @SKFSED@
+ MKDIR = mkdir