This time prompted by misc/impress. Stu
Index: tcl.port.mk =================================================================== RCS file: /cvs/ports/lang/tcl/tcl.port.mk,v retrieving revision 1.12 diff -u -p -r1.12 tcl.port.mk --- tcl.port.mk 4 Jul 2012 17:04:01 -0000 1.12 +++ tcl.port.mk 13 Aug 2012 13:32:24 -0000 @@ -32,7 +32,7 @@ MODTCL_WANTLIB ?= ${MODTCL_LIB} # Set 'tclsh' for executable scripts (in-place modification). MODTCL_TCLSH_ADJ = perl -pi \ -e '$$. == 1 && s!env (tclsh|wish).*$$!env tclsh${MODTCL_VERSION}!;' \ - -e '$$. >= 3 && $$. <= 20 && s!exec (tclsh|wish).*$$!exec tclsh${MODTCL_VERSION} "\$$0" \$${1+"\$$@"}!;' \ + -e '$$. >= 3 && $$. <= 30 && s!exec (tclsh|wish).*$$!exec tclsh${MODTCL_VERSION} "\$$0" \$${1+"\$$@"}!;' \ -e 'close ARGV if eof;' # Set 'wish' for executable scripts (in-place modification).