<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/7677fdd414510fe97de5be49957089f7ee2c34f8">https://github.com/macports/macports-ports/commit/7677fdd414510fe97de5be49957089f7ee2c34f8</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 7677fdd4145 MachO-Explorer: Use ${applications_dir}
</span>7677fdd4145 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7677fdd414510fe97de5be49957089f7ee2c34f8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Dec 4 23:04:36 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    MachO-Explorer: Use ${applications_dir}
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use ${applications_dir} instead of hardcoding the value. No need to
</span><span style='display:block; white-space:pre;color:#404040;'>    create the directory first; MacPorts creates standard destroot
</span><span style='display:block; white-space:pre;color:#404040;'>    directories automatically. Use MacPorts "copy" shortcut instead of
</span><span style='display:block; white-space:pre;color:#404040;'>    longer "file copy".
</span>---
 sysutils/MachO-Explorer/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/MachO-Explorer/Portfile b/sysutils/MachO-Explorer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d1aefd0d8a..50ec116581d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/MachO-Explorer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/MachO-Explorer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,8 +37,7 @@ post-fetch {
</span> patchfiles          no-code-sign.diff
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -d ${destroot}/Applications/MacPorts/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy ${worksrcpath}/build/Release/MachOExplorer.app ${destroot}/Applications/MacPorts/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/build/Release/MachOExplorer.app ${destroot}${applications_dir}
</span> 
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
     xinstall -m 0644 -W ${worksrcpath} ReadMe.md LICENSE ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>