mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2b74fe6fc5
PR: 6809 Noticed by: Edwin Culp <eculp@ver1.telmex.net.mx> Suggested by: se
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.8 @PREFIX@/lib/tnm2.1.8"
|
|
+exec @PREFIX@/bin/tkined1.4.8 $*
|
|
--- 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.8"
|
|
+exec @PREFIX@/bin/scotty2.1.8
|