diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1997-08-27 23:05:04 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1997-08-27 23:05:04 +0000 |
commit | 4f40641fc27d06e9d825324c1504bbd53158f6f2 (patch) | |
tree | 3f622f3b6d974a24ceecced854af9e06c7dc6743 /net/scotty3 | |
parent | b73f9d2aa7bdef7266952d51e56fc7cb20a2cc50 (diff) | |
download | ports-4f40641fc27d06e9d825324c1504bbd53158f6f2.tar.gz ports-4f40641fc27d06e9d825324c1504bbd53158f6f2.zip |
Notes
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty3/files/patch-aa b/net/scotty3/files/patch-aa index ae936c77b58d..d2200c937bcc 100644 --- a/net/scotty3/files/patch-aa +++ b/net/scotty3/files/patch-aa @@ -30,11 +30,11 @@ +++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.5 @PREFIX@/lib/tnm2.1.5" -+exec @PREFIX@/bin/tkined1.4.5 ++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6" ++exec @PREFIX@/bin/tkined1.4.6 --- 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.5" -+exec @PREFIX@/bin/scotty2.1.5 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.6" ++exec @PREFIX@/bin/scotty2.1.6 |