<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/dd00ffe7ca5f9274032c8ba8e8c28b1e87c3f42b">https://github.com/macports/macports-ports/commit/dd00ffe7ca5f9274032c8ba8e8c28b1e87c3f42b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dd00ffe7ca5f9274032c8ba8e8c28b1e87c3f42b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jul 1 23:42:49 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mumps: Adjust whitespace to conform to modeline
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60746
</span>---
 math/mumps/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/Portfile b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 93afaf8c312..a2b0bf7ee41 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,9 +88,9 @@ post-extract {
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 644 {*}[glob ${worksrcpath}/include/*.h] ${destroot}${prefix}/include
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 644 {*}[glob ${worksrcpath}/lib/*.a] ${destroot}${prefix}/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 644 {*}[glob ${worksrcpath}/lib/*.dylib] ${destroot}${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 {*}[glob ${worksrcpath}/include/*.h] ${destroot}${prefix}/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 {*}[glob ${worksrcpath}/lib/*.a] ${destroot}${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 {*}[glob ${worksrcpath}/lib/*.dylib] ${destroot}${prefix}/lib
</span> }
 
 livecheck.url               http://mumps.enseeiht.fr/index.php?page=dwnld
</pre><pre style='margin:0'>

</pre>