diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:30:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 01:30:57 +0000 |
commit | b8790ad95996b56e3076deefd283ec3d581fea8e (patch) | |
tree | 6c8c73cb64f957193e26c85594b6ea6e48e14fee /x11/tkinfo/patches/patch-aa | |
parent | af4f439f9046cac5b8bf45be6dc01c3961811418 (diff) | |
download | pkgsrc-b8790ad95996b56e3076deefd283ec3d581fea8e.tar.gz |
- tk41 -> tk80
- Also search ${PREFIX}/info for info-pages
Diffstat (limited to 'x11/tkinfo/patches/patch-aa')
-rw-r--r-- | x11/tkinfo/patches/patch-aa | 9 |
1 files changed, 5 insertions, 4 deletions
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 \ |