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

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: add SED 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 65b85bb..e68433b 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;'>@@ -49,6 +49,7 @@ LD              ?= ld
</span> LDFLAGS         ?=
 AR              ?= ar
 UNAME           ?= /usr/bin/uname
<span style='display:block; white-space:pre;background:#e0ffe0;'>+SED             ?= /usr/bin/sed
</span> 
 MKINSTALLDIRS    = install -d -m 755
 INSTALL_PROGRAM  = install -c -m 755
</pre><pre style='margin:0'>

</pre>