<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/139c2f90948f23062fd01220d559459cb8636103">https://github.com/macports/macports-ports/commit/139c2f90948f23062fd01220d559459cb8636103</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 139c2f9 mas: Use ${frameworks_dir}
</span>139c2f9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 139c2f90948f23062fd01220d559459cb8636103
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Sep 15 19:13:00 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> mas: Use ${frameworks_dir}
</span>---
sysutils/mas/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mas/Portfile b/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ce1943..b8e2990 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,8 +54,7 @@ destroot {
</span> xinstall -W ${worksrcpath} dst/bin/mas ${destroot}${prefix}/bin
# Library/Frameworks/MasKit.framework
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d ${destroot}${prefix}/Library/Frameworks
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- copy ${worksrcpath}/build/Release/MasKit.framework ${destroot}${prefix}/Library/Frameworks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy ${worksrcpath}/build/Release/MasKit.framework ${destroot}${frameworks_dir}
</span>
# other resources
xinstall -d ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>
</pre>