mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9421a44868
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.
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
--- bin/specJava.orig Fri Oct 3 23:04:48 1997
|
|
+++ bin/specJava Fri Oct 3 23:51:33 1997
|
|
@@ -8,10 +8,10 @@
|
|
# SCCS: @(#) specJava 1.7 97/06/26 10:06:45
|
|
|
|
# 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 -java $@ &
|
|
echo "Starting SpecTcl 1.0"
|