diff options
author | phk <phk@FreeBSD.org> | 1998-03-11 04:31:31 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-03-11 04:31:31 +0800 |
commit | 9129ad69e8040c11d2579402978b128fc61482cb (patch) | |
tree | b8fdc56d02d29048be0604764648f71b4eaa4276 /net | |
parent | 6fc2271a7a1d7a3110c486d3d66cb8abbb825a5a (diff) | |
download | freebsd-ports-gnome-9129ad69e8040c11d2579402978b128fc61482cb.tar.gz freebsd-ports-gnome-9129ad69e8040c11d2579402978b128fc61482cb.tar.zst freebsd-ports-gnome-9129ad69e8040c11d2579402978b128fc61482cb.zip |
Update the version number a place I hadn't noticed it before.
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/files/patch-aa | 8 | ||||
-rw-r--r-- | net/scotty3/files/patch-aa | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa index 766536704d2f..8ee8bc72f271 100644 --- a/net/scotty/files/patch-aa +++ b/net/scotty/files/patch-aa @@ -21,11 +21,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 diff --git a/net/scotty3/files/patch-aa b/net/scotty3/files/patch-aa index 766536704d2f..8ee8bc72f271 100644 --- a/net/scotty3/files/patch-aa +++ b/net/scotty3/files/patch-aa @@ -21,11 +21,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 |