mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
--- tkined.sh.in.orig Tue Jun 6 05:14:19 2000
|
|
+++ tkined.sh.in Tue Jun 6 05:13:12 2000
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
-export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
|
|
-exec @PREFIX@/bin/tkined1.4.10 $*
|
|
+export TCLLIBPATH="@PREFIX@/lib/tkined1.5.0 @PREFIX@/lib/tnm3.0.0"
|
|
+exec @PREFIX@/bin/tkined1.5.0 $*
|