Update to 1.4.

PR:		ports/20726
Submitted by:	Daichi T.GOTO <daichi@ongs.net> (MAINTAINER)
This commit is contained in:
Akinori MUSHA 2000-08-28 18:45:29 +00:00
parent 092afd002c
commit 5d94f8741a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32064
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tkhonyaku
PORTVERSION= 1.3
PORTVERSION= 1.4
CATEGORIES= japanese
MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/

View File

@ -1 +1 @@
MD5 (tkhonyaku-1.3.tar.gz) = 524fdf27979a6c8624f4a5a908dba116
MD5 (tkhonyaku-1.4.tar.gz) = b51c2029683cc58fd937f3f862693c1c

View File

@ -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] ]