Index: head/devel/critcl/files/patch-build.tcl =================================================================== --- head/devel/critcl/files/patch-build.tcl (nonexistent) +++ head/devel/critcl/files/patch-build.tcl (revision 450318) @@ -0,0 +1,20 @@ +--- build.tcl.orig 2017-08-25 03:29:15 UTC ++++ build.tcl +@@ -323,7 +323,7 @@ proc _install {args} { + set dsta [file dirname [file dirname [file normalize [info nameofexecutable]/___]]] + } else { + set dstl [lindex $args 0] +- set dsta [file dirname [findlib $dstl]]/bin ++ set dsta $dstl/../bin + } + + set selfdir [file dirname $me] +@@ -369,7 +369,7 @@ proc _install {args} { + set theapp [critapp $dsta] + + set c [open $theapp w] +- puts $c "#!/bin/sh\n# -*- tcl -*- \\\nexec [file dirname [file normalize [info nameofexecutable]/___]] \"\$0\" \$\{1+\"\$@\"\}\npackage require critcl::app\ncritcl::app::main \$argv" ++ puts $c "#!/bin/sh\n# -*- tcl -*- \\\nexec [file dirname [file normalize [info nameofexecutable]/___]] \"\$0\" \$\{1+\"\$@\"\}\nlappend auto_path \[file join \[file dirname \[info script\]\] .. lib\]\npackage require critcl::app\ncritcl::app::main \$argv" + close $c + +x $theapp + Property changes on: head/devel/critcl/files/patch-build.tcl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property