<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/447e931b93cc8b69519c8ac45550957cb43f8a84">https://github.com/macports/macports-ports/commit/447e931b93cc8b69519c8ac45550957cb43f8a84</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 447e931b93c cxxmatrix: do not install to share/licenses/cxxmatrix
</span>447e931b93c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 447e931b93cc8b69519c8ac45550957cb43f8a84
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jul 11 21:07:41 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cxxmatrix: do not install to share/licenses/cxxmatrix
</span>---
 games/cxxmatrix/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/cxxmatrix/Portfile b/games/cxxmatrix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba20a566cce..db9c16b963c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/cxxmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/cxxmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           makefile 1.0
</span> 
 github.setup        akinomyoga cxxmatrix b58c7e0
 version             20210630
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         C++ Matrix: The Matrix Reloaded in Terminals
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,3 +35,10 @@ depends_build-append        port:gawk
</span> github.tarball_from         archive
 
 makefile.has_destdir        no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Install license text to share/cxxmatrix instead of 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # share/licenses/cxxmatrix
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -E "s|share/licenses/${name}|share/${name}|g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/GNUmakefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>