aboutsummaryrefslogtreecommitdiff
path: root/devel/tkcon/files/patch-aa
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-29 05:32:38 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-29 05:32:38 +0000
commit6c53332d69006710ab7b2f4d537b9d4d647db4f2 (patch)
tree4ea986cc1390cbbf1dde111a252b7df1b3ebef96 /devel/tkcon/files/patch-aa
parent9ac2c203678dd4288837a3c27802df451e6aa15f (diff)
Notes
Diffstat (limited to 'devel/tkcon/files/patch-aa')
-rw-r--r--devel/tkcon/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/tkcon/files/patch-aa b/devel/tkcon/files/patch-aa
new file mode 100644
index 000000000000..d81f4c46e0d9
--- /dev/null
+++ b/devel/tkcon/files/patch-aa
@@ -0,0 +1,19 @@
+--- tkcon.tcl.orig Thu Apr 1 05:49:22 1999
++++ tkcon.tcl Mon Jun 28 21:35:52 1999
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # \
+-exec wish "$0" ${1+"$@"}
++if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.0 "$0" -- "$@"; fi;
+
+ #
+ ## tkcon.tcl
+@@ -133,7 +133,7 @@
+ }
+ version 1.6
+ release {31 March 1999}
+- docs "http://www.purl.org/net/hobbs/tcl/script/tkcon/\nhttp://www.hobbs.wservice.com/tcl/script/tkcon/"
++ docs "file:/usr/local/share/doc/tkcon/\nhttp://www.hobbs.wservice.com/tcl/script/tkcon/"
+ email {jeff.hobbs@acm.org}
+ root .
+ }