mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
--- tkined.sh.in~ Fri Sep 13 09:30:41 1996
|
|
+++ tkined.sh.in Fri Sep 13 09:26:21 1996
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.9 @PREFIX@/lib/tnm2.1.9"
|
|
+exec @PREFIX@/bin/tkined1.4.9 $*
|
|
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
|
|
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
|
|
@@ -0,0 +1,3 @@
|
|
+#!/bin/sh
|
|
+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.9"
|
|
+exec @PREFIX@/bin/scotty2.1.9
|