diff options
author | hannken <hannken@pkgsrc.org> | 1998-03-13 21:03:29 +0000 |
---|---|---|
committer | hannken <hannken@pkgsrc.org> | 1998-03-13 21:03:29 +0000 |
commit | 76b5a1d2910ffc6cf8729389af7341c319a16f3f (patch) | |
tree | d081660b89091f78b8599fe48a79735eb7d0287a /net/scotty | |
parent | 1c80beb5884a3f456c5e3a5cd4482d9b20d2754d (diff) | |
download | pkgsrc-76b5a1d2910ffc6cf8729389af7341c319a16f3f.tar.gz |
Version number has changed. Update scripts to call the new programs.
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/patches/patch-aa b/net/scotty/patches/patch-aa index aa364249d34..da364fd50ad 100644 --- a/net/scotty/patches/patch-aa +++ b/net/scotty/patches/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.6 @PREFIX@/lib/tnm2.1.6" -+exec @PREFIX@/bin/tkined1.4.6 $* ++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.6" -+exec @PREFIX@/bin/scotty2.1.6 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.8" ++exec @PREFIX@/bin/scotty2.1.8 |