1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/vtcl/files/patch-ab
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

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