summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-10-14 15:37:50 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-10-14 15:37:50 +0000
commit6ed76b477d6fe0d16e9ef6d554e463b9c07d7be1 (patch)
treef16290a6803634faec24d8bc6d3670a8c5964790 /net-mgmt/scotty3
parentSet NO_BUILD instead of specifying an empty do-build: target. (diff)
tkined.sh.in was missing the "$*", which led to the misbehaviour,
that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk
Notes
Notes: svn path=/head/; revision=8265
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
index d2200c937bcc..aa364249d34c 100644
--- a/net-mgmt/scotty3/files/patch-aa
+++ b/net-mgmt/scotty3/files/patch-aa
@@ -31,7 +31,7 @@
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6"
-+exec @PREFIX@/bin/tkined1.4.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 @@