diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
commit | 53b3842137ec584d57c2cc03886358d3a2a86061 (patch) | |
tree | 6a0b9025efe1a5f485ca7f8d5b929bbbe838d873 /net/scotty3/files/patch-aa | |
parent | Update to version 3.52.9. (diff) |
Update to version 2.1.10.
PR: 10806
Submitted by: Dima Sivachecko <dima@Chg.RU>
Notes
Notes:
svn path=/head/; revision=23945
Diffstat (limited to 'net/scotty3/files/patch-aa')
-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 0b0a5ed3c4ec..e2d3263e9800 100644 --- a/net/scotty3/files/patch-aa +++ b/net/scotty3/files/patch-aa @@ -2,11 +2,11 @@ +++ 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 $* ++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.9" -+exec @PREFIX@/bin/scotty2.1.9 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10" ++exec @PREFIX@/bin/scotty2.1.10 |