mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
10 lines
277 B
Tcl
10 lines
277 B
Tcl
--- build.tcl.orig 2017-10-24 14:35:54 UTC
|
|
+++ build.tcl
|
|
@@ -426,6 +426,7 @@ proc _install {args} {
|
|
lappend cmd [info nameofexecutable]
|
|
}
|
|
lappend cmd $theapp
|
|
+ lappend cmd -cache [file join $selfdir cache]
|
|
if {$target ne {}} {
|
|
lappend cmd -target $target
|
|
}
|