diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 07:20:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 07:20:24 +0000 |
commit | 5db215a5bc81725b8ce5c0be655d939523fbaf14 (patch) | |
tree | 87678640c7810fb6fbb00fe037a20b0b2422fdbe /japanese/tkhonyaku/files | |
parent | Allow the crypto bits to be patched in and built. (diff) |
Add tkhonyaku, yet another Honyaku-Damashii client with rich functionality.
PR: ports/19813
Submitted by: Daichi T.GOTO <daichi@ongs.net>
Diffstat (limited to 'japanese/tkhonyaku/files')
-rw-r--r-- | japanese/tkhonyaku/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa new file mode 100644 index 000000000000..8fef964eef06 --- /dev/null +++ b/japanese/tkhonyaku/files/patch-aa @@ -0,0 +1,19 @@ +--- tkhonyaku.orig Mon Jul 10 05:56:43 2000 ++++ tkhonyaku Mon Jul 10 05:56:47 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restart using wish \ +-exec wish "$0" "$@" ++exec wish8.0jp "$0" "$@" + + #=========================================================================== + # 『Tk翻訳』version 1.0 +@@ -87,7 +87,7 @@ + set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ + set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ + set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス +- set helpdir /usr/doc/tkhonyaku-1.0 ;# ヘルプファイルのディレクトリ ++ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ + set gifdir /usr/local/tkhonyaku ;# GIF ファイルのディレクトリ + } + windows { |