<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/120c734bedd3a063c6a47efaf027a84e485b428b">https://github.com/macports/macports-base/commit/120c734bedd3a063c6a47efaf027a84e485b428b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 120c734bedd3a063c6a47efaf027a84e485b428b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Feb 14 04:12:54 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    vendor: update phony make targets
</span>---
 vendor/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/vendor/Makefile.in b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index e617cb9a0..931cca4dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,8 +9,8 @@ PREFIX=                     @prefix@
</span> DESTROOT=                 @abs_top_builddir@/vendor/vendor-destroot
 
 .PHONY: all clean distclean install destroot test
<span style='display:block; white-space:pre;background:#ffe0e0;'>-.PHONY: destroot-tcl destroot-tclx destroot-tcllib destroot-signify destroot-install
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-.PHONY: install-tcl install-tclx install-tcllib install-signify install-install
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.PHONY: destroot-tcl destroot-critcl destroot-tclx destroot-tcllib destroot-tcllibc destroot-signify destroot-install
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.PHONY: install-tcl install-tclx install-tcllib install-tcllibc install-signify install-install
</span> .PHONY: %-tcl %-tclx %-tcllib %-signify %-install
 
 # for make all, run destroot (where destroot will depend on all of each
</pre><pre style='margin:0'>

</pre>