diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-18 23:23:08 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-12-18 23:23:08 +0000 |
commit | 03c262c7a1a941da711a2196eb3af40cf89c7d63 (patch) | |
tree | da0ce5d65aeac0ae8753076e61431ff2e4de045e /net/scotty/files/patch-aa | |
parent | portlint (diff) |
Update to scotty 2.1.9
Notes
Notes:
svn path=/head/; revision=15418
Diffstat (limited to 'net/scotty/files/patch-aa')
-rw-r--r-- | net/scotty/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa index 1011a6ae5a23..0b0a5ed3c4ec 100644 --- a/net/scotty/files/patch-aa +++ b/net/scotty/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.8 @PREFIX@/lib/tnm2.1.8" -+exec @PREFIX@/bin/tkined1.4.8 $* ++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.8" -+exec @PREFIX@/bin/scotty2.1.8 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.9" ++exec @PREFIX@/bin/scotty2.1.9 |