<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/0953a601ddc7c72cd2cfa0714a13bc33d515bdcf">https://github.com/macports/macports-legacy-support/commit/0953a601ddc7c72cd2cfa0714a13bc33d515bdcf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0953a601ddc7c72cd2cfa0714a13bc33d515bdcf
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Tue Oct 8 11:13:08 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: add CP variable.
</span>---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile b/Makefile
</span><span style='display:block; white-space:pre;color:#808080;'>index b51c156..a98055f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,6 +52,7 @@ AR              ?= ar
</span> UNAME           ?= /usr/bin/uname
 SED             ?= /usr/bin/sed
 GREP            ?= /usr/bin/grep
<span style='display:block; white-space:pre;background:#e0ffe0;'>+CP              ?= /bin/cp
</span> 
 MKINSTALLDIRS    = install -d -m 755
 INSTALL_PROGRAM  = install -c -m 755
</pre><pre style='margin:0'>

</pre>