summaryrefslogtreecommitdiff
path: root/x11/tkinfo/patches/patch-aa
blob: deaf870ecba68955e36aaa87ab24a6b32816ae79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.3 1998/08/07 11:18:19 agc Exp $

--- 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 wish8.0 "$0" "$@"
 
 ##########################################################################
 # Version of TkInfo:
@@ -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 \