From c33b5385e977506a03ba6c6eedd30cbf3f018d6a Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 27 Oct 1997 01:30:57 +0000 Subject: - tk41 -> tk80 - Also search ${PREFIX}/info for info-pages --- x11/tkinfo/patches/patch-aa | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa index d2a005f3ac3..2666a376499 100644 --- a/x11/tkinfo/patches/patch-aa +++ b/x11/tkinfo/patches/patch-aa @@ -1,19 +1,20 @@ ---- tkinfo.orig Thu Mar 6 02:07:29 1997 -+++ tkinfo Thu Mar 6 11:41:30 1997 +--- tkinfo.orig Wed Jun 18 20:17:45 1997 ++++ tkinfo Fri Oct 24 22:34:48 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 wish4.1 "$0" "$@" ++exec wish8.0 "$0" "$@" ########################################################################## # Version of TkInfo: -@@ -443,7 +443,7 @@ +@@ -484,7 +484,8 @@ proc tkiInit { } { global tki env auto_path tkiEmbed geometry - set defInfoPath [list . \ + set defInfoPath [list . /usr/share/info \ ++ @PREFIX@/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 \ -- cgit v1.2.3