<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/8d1a72f0a1ae30cec65f3036bdba9c4258639d0e">https://github.com/macports/macports-legacy-support/commit/8d1a72f0a1ae30cec65f3036bdba9c4258639d0e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8d1a72f0a1ae30cec65f3036bdba9c4258639d0e
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Tue Oct 8 11:12:58 2019 +0200

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

<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 e68433b..b51c156 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;'>@@ -48,8 +48,10 @@ CXXFLAGS        ?= -Os -Wall
</span> LD              ?= ld
 LDFLAGS         ?=
 AR              ?= ar
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> UNAME           ?= /usr/bin/uname
 SED             ?= /usr/bin/sed
<span style='display:block; white-space:pre;background:#e0ffe0;'>+GREP            ?= /usr/bin/grep
</span> 
 MKINSTALLDIRS    = install -d -m 755
 INSTALL_PROGRAM  = install -c -m 755
</pre><pre style='margin:0'>

</pre>