<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/38d763f197bcb41cf3baebeeca0d070681a67c76">https://github.com/macports/macports-ports/commit/38d763f197bcb41cf3baebeeca0d070681a67c76</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 38d763f197b matrix-calculator: Don't make "0755" directory
</span>38d763f197b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38d763f197bcb41cf3baebeeca0d070681a67c76
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 31 01:16:25 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    matrix-calculator: Don't make "0755" directory
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Don't make a directory called "0755". Don't make directory
</span><span style='display:block; white-space:pre;color:#404040;'>    ${destroot}${prefix}/bin; MacPorts base already does that. Copy, not
</span><span style='display:block; white-space:pre;color:#404040;'>    move, the binary into the destroot so that it is simpler to reattempt
</span><span style='display:block; white-space:pre;color:#404040;'>    the destroot phase if needed during development.
</span>---
 math/matrix-calculator/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/matrix-calculator/Portfile b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd270a11309..31a9bf8a8a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +19,5 @@ compiler.c_standard     1999
</span> compiler.cxx_standard   2011
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d 0755 ${destroot}${prefix}/bin/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    move ${build.dir}/matrix ${destroot}${prefix}/bin/matrix-calc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall ${build.dir}/matrix ${destroot}${prefix}/bin/matrix-calc
</span> }
</pre><pre style='margin:0'>

</pre>