diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-28 18:45:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-28 18:45:29 +0000 |
commit | 5d94f8741a629ec2e82b4e7f2b40e03f3d0cd0e7 (patch) | |
tree | 4ab6c9dcdf57033fedb5bc42d6e040540c1ba2fc /japanese/tkhonyaku/files | |
parent | Move to MASTER_SITE_LOCAL (diff) |
Update to 1.4.
PR: ports/20726
Submitted by: Daichi T.GOTO <daichi@ongs.net> (MAINTAINER)
Diffstat (limited to 'japanese/tkhonyaku/files')
-rw-r--r-- | japanese/tkhonyaku/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa index 3b95a0d5806d..2330b7596bc0 100644 --- a/japanese/tkhonyaku/files/patch-aa +++ b/japanese/tkhonyaku/files/patch-aa @@ -1,5 +1,5 @@ ---- tkhonyaku.orig Wed Jul 26 21:26:12 2000 -+++ tkhonyaku Thu Jul 27 22:54:14 2000 +--- tkhonyaku.orig Sat Aug 19 21:40:31 2000 ++++ tkhonyaku Sun Aug 20 01:00:28 2000 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restart using wish \ @@ -7,7 +7,7 @@ +exec wish8.0jp "$0" "$@" #============================================================================= - # 『Tk翻訳』version 1.3 for Unix/Windows/Macintosh + # 『Tk翻訳』version 1.4 for Unix/Windows/Macintosh @@ -27,7 +27,7 @@ global disp_debug global tcl_platform env username server port @@ -21,10 +21,10 @@ set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス -- set helpdir /usr/doc/tkhonyaku-1.3 ;# ヘルプファイルのディレクトリ +- set helpdir /usr/doc/tkhonyaku-1.4 ;# ヘルプファイルのディレクトリ - set gifdir /usr/local/tkhonyaku ;# GIF ファイルのディレクトリ -+ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ -+ set gifdir /usr/local/share/tkhonyaku ;# GIF ファイルのディレクトリ ++ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ ++ set gifdir /usr/local/share/tkhonyaku;# GIF ファイルのディレクトリ if { ! [file exists $helpdir] } { if { [file type $argv0] == "link" } { set helpdir [file dirname [file readlink $argv0] ] |