1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/SpecTcl/files/patch-aa
Thomas Gellekum 9421a44868 Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
1998-03-20 14:35:31 +00:00

16 lines
443 B
Plaintext

--- bin/specTcl.orig Fri Oct 3 23:04:56 1997
+++ bin/specTcl Fri Oct 3 23:51:41 1997
@@ -8,10 +8,10 @@
# SCCS: @(#) specTcl 1.9 97/06/26 10:06:06
# Change DIR to the directory that contains the SpecTcl source files
-DIR=../SpecTcl
+DIR=/usr/local/SpecTcl/lib
# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
-WISH=`which wish`
+WISH=wish8.0
env SPECTCL_DIR=$DIR $WISH $DIR/main.tk $@ &
echo "Starting SpecTcl 1.1"