1561c57aae
. replace one of the hunks with a regex . use tk83 . handle NOPORTDOCS in pkg-plist Approved by: maintainer
10 lines
242 B
Text
10 lines
242 B
Text
--- 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
|