mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bc087374d3
Submitted by: Ade Lovett <ade@lovett.com>
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
--- vtcl.orig Fri Mar 28 11:30:54 1997
|
|
+++ vtcl Thu Oct 8 01:31:27 1998
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
|
|
-PATH_TO_WISH=/usr/bin/wish
|
|
-VTCL_HOME=/usr/local/vt
|
|
+PATH_TO_WISH=/usr/local/bin/wish8.2
|
|
+VTCL_HOME=/usr/local/lib/vtcl
|
|
|
|
export PATH_TO_WISH
|
|
export VTCL_HOME
|