diff options
author | asami <asami@FreeBSD.org> | 1996-12-06 20:34:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-06 20:34:57 +0800 |
commit | 4f5fe8c6575ad90fe8897bbd01f8778feac9d9a5 (patch) | |
tree | fe5ba9bf0f199638a482b231cef3729602e55d9a /japanese | |
parent | 2426d857086dd06eaf598e8e6d2d8bfff0132536 (diff) | |
download | freebsd-ports-gnome-4f5fe8c6575ad90fe8897bbd01f8778feac9d9a5.tar.gz freebsd-ports-gnome-4f5fe8c6575ad90fe8897bbd01f8778feac9d9a5.tar.zst freebsd-ports-gnome-4f5fe8c6575ad90fe8897bbd01f8778feac9d9a5.zip |
ja_JP.ujis -> ja_JP.EUC (they really are same things).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 4 | ||||
-rw-r--r-- | japanese/kon2-16dot/files/dotconfig | 2 | ||||
-rw-r--r-- | japanese/kon2-16dot/files/patch-aa | 4 | ||||
-rw-r--r-- | japanese/kon2-16dot/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/kon2-16dot/pkg-plist | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 0c1f49e93a19..7b978e5d7299 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,7 +3,7 @@ # Date created: 7 June 1995 # Whom: Takashi Ogura <ogura@st.rim.or.jp> # -# $Id: Makefile,v 1.7 1996/11/11 10:12:19 max Exp $ +# $Id: Makefile,v 1.8 1996/11/13 12:41:00 asami Exp $ # DISTNAME= kon @@ -19,7 +19,7 @@ MAINTAINER= asami@FreeBSD.ORG USE_GMAKE= yes MAN1= kon.1 -MANLANG= ja_JP.ujis +MANLANG= ja_JP.EUC post-configure: sed -e 's%%CURDIR%%${.CURDIR}' \ diff --git a/japanese/kon2-16dot/files/dotconfig b/japanese/kon2-16dot/files/dotconfig index 089a0bc0ba6b..ec4b8f3b3f90 100644 --- a/japanese/kon2-16dot/files/dotconfig +++ b/japanese/kon2-16dot/files/dotconfig @@ -5,7 +5,7 @@ DISTDIR = %%DISTDIR%% TOPDIR = %%PREFIX%% BINDIR = $(TOPDIR)/bin LIBDIR = $(TOPDIR)/etc -MANDIR = $(TOPDIR)/man/ja_JP.ujis/man1 +MANDIR = $(TOPDIR)/man/ja_JP.EUC/man1 FONTDIR = $(TOPDIR)/lib/fonts CONFIG_NAME = kon.cfg OPTS = -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" -I$(INCDIR) diff --git a/japanese/kon2-16dot/files/patch-aa b/japanese/kon2-16dot/files/patch-aa index 1fd09c22d773..6ea4f9db34f0 100644 --- a/japanese/kon2-16dot/files/patch-aa +++ b/japanese/kon2-16dot/files/patch-aa @@ -89,7 +89,7 @@ diff -c -r README.FreeBSD README.FreeBSD + は以下の用になっています。 + /usr/local/bin 実行モジュール格納先 + /usr/local/etc kon.cfg ファイル格納先 -+ /usr/local/man/ja_JP.ujis/man1 man ファイル格納先 ++ /usr/local/man/ja_JP.EUC/man1 man ファイル格納先 + + 1.4 kon.cfg ファイルをフォントにあわせて変更してください。記述方法な + どは doc 以下のファイルを参考にしてください。使用するフォントは @@ -1230,7 +1230,7 @@ diff -c -r tools/Configure tools/Configure ! TOPDIR = /usr/local ! BINDIR = $(TOPDIR)/bin LIBDIR = $(TOPDIR)/etc -! MANDIR = $(TOPDIR)/man/ja_JP.ujis/man1 +! MANDIR = $(TOPDIR)/man/ja_JP.EUC/man1 CONFIG_NAME = kon.cfg OPTS = -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" -I$(INCDIR) CFLAGS = -O -Wall $(OPTS) diff --git a/japanese/kon2-16dot/pkg-descr b/japanese/kon2-16dot/pkg-descr index 853f42452581..16bfb8462286 100644 --- a/japanese/kon2-16dot/pkg-descr +++ b/japanese/kon2-16dot/pkg-descr @@ -2,7 +2,7 @@ Kon is a kanji console. This is an alpha version. Supported video card is VGA only, and, supported font are Minix/V and BDF. This program requires shared memory. -This version supports ja_JP.ujis ja_JP.sjis zh_TW.big5 zh_CN.ugb ko_KR.euc. +This version supports ja_JP.EUC ja_JP.sjis zh_TW.big5 zh_CN.ugb ko_KR.euc. Orignal kon written by manabe@papilio.tutics.tut.ac.jp. This port is done by ogura@st.rim.or.jp. diff --git a/japanese/kon2-16dot/pkg-plist b/japanese/kon2-16dot/pkg-plist index 813873f3411e..feb3cc78ec2c 100644 --- a/japanese/kon2-16dot/pkg-plist +++ b/japanese/kon2-16dot/pkg-plist @@ -1,6 +1,6 @@ bin/kon bin/fld -man/ja_JP.ujis/man1/kon.1.gz +man/ja_JP.EUC/man1/kon.1.gz etc/kon.cfg lib/fonts/k14.bdf.gz lib/fonts/7x14rk.bdf.gz |