mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
53b3842137
PR: 10806 Submitted by: Dima Sivachecko <dima@Chg.RU>
13 lines
405 B
Plaintext
13 lines
405 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.10 @PREFIX@/lib/tnm2.1.10"
|
|
+exec @PREFIX@/bin/tkined1.4.10 $*
|
|
--- 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.10"
|
|
+exec @PREFIX@/bin/scotty2.1.10
|