1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/tkinfo/files/patch-aa
Thomas Gellekum 9421a44868 Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
1998-03-20 14:35:31 +00:00

20 lines
660 B
Plaintext

--- tkinfo.orig Thu Mar 6 02:07:29 1997
+++ tkinfo Thu Mar 6 11:41:30 1997
@@ -1,6 +1,6 @@
#!/bin/sh
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
-exec wish "$0" "$@"
+exec wish8.0 "$0" "$@"
##########################################################################
# Version of TkInfo:
@@ -443,7 +443,7 @@
proc tkiInit { } {
global tki env auto_path tkiEmbed geometry
- set defInfoPath [list . \
+ set defInfoPath [list . /usr/share/info \
/usr/info /usr/local/info /usr/local/gnu/info \
/usr/local/emacs/info /usr/local/lib/emacs/info \
/usr/lib/xemacs/info /usr/local/lib/xemacs/info \