<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/c04ac4e70c5f09301416525f98f2964cefb52818">https://github.com/macports/macports-ports/commit/c04ac4e70c5f09301416525f98f2964cefb52818</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c04ac4e70c5f09301416525f98f2964cefb52818
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 18 03:54:46 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wxMaxima: No need to create applications_dir
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts creates standard directories for you.
</span>---
 math/wxMaxima/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/wxMaxima/Portfile b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6861bb608e0..924d8e44c6c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +54,6 @@ build {
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -d ${destroot}${applications_dir}
</span>     file copy ${worksrcpath}/build/src/wxmaxima.app ${destroot}${applications_dir}/wxMaxima.app
 }
 
</pre><pre style='margin:0'>

</pre>