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

17 lines
549 B
Plaintext
Raw Normal View History

1997-02-07 09:01:51 +00:00
--- tkinfo.orig Fri Feb 7 05:34:36 1997
+++ tkinfo Fri Feb 7 09:44:40 1997
@@ -7,11 +7,11 @@
# uses the same directory as where this shell script is installed.
# You might consider installing the scripts into "/usr/local/lib/tkinfo",
# and using LIBDIR=/usr/local/lib/tkinfo instead.
-LIBDIR=`dirname $0`
+LIBDIR=`dirname $0`/../share/tk/tkinfo
#LIBDIR=/usr/local/lib/tkinfo
# Set the name (or path) of the wish binary. Normally just ``wish''.
-WISH=wish
+WISH=wish4.1
exec $WISH -file $LIBDIR/tkinfo.tcl -name tkinfo ${1+"$@"}
exit 1