1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/tkcon/files/patch-aa
Chris Piazza 6c53332d69 tkcon, a replacement for the standard console that comes with Tk.
It provides many more features than the standard console and is
meant primarily to aid one when working with the little details
inside tcl and tk.

PR:		12441
Submitted by:	Jerry Hicks <wghicks@bellsouth.net>
1999-06-29 05:32:38 +00:00

20 lines
559 B
Plaintext

--- 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 .
}