summaryrefslogtreecommitdiff
path: root/x11/tkinfo
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 01:30:57 +0000
committerhubertf <hubertf>1997-10-27 01:30:57 +0000
commit72b2cd8422fbfe5cbc1b3802a4db732d8bc35546 (patch)
tree6c8c73cb64f957193e26c85594b6ea6e48e14fee /x11/tkinfo
parent6b0c4cbd4b9e9fc1d163e0116b5cf6b532a5d1a5 (diff)
downloadpkgsrc-72b2cd8422fbfe5cbc1b3802a4db732d8bc35546.tar.gz
- tk41 -> tk80
- Also search ${PREFIX}/info for info-pages
Diffstat (limited to 'x11/tkinfo')
-rw-r--r--x11/tkinfo/patches/patch-aa9
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 \