1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/tkcon/files/patch-aa
Mikhail Teterin 1561c57aae Upgrade to tkcon-2.1:
. replace one of the hunks with a regex
	. use tk83
	. handle NOPORTDOCS in pkg-plist

Approved by: maintainer
2001-06-20 18:18:24 +00:00

11 lines
242 B
Plaintext

--- tkcon.tcl 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.3 "$0" -- "$@"; fi;
#
## tkcon.tcl