<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2a371ff0fd625fc64c6b09ad8b711bfdb3a17e3">https://github.com/macports/macports-ports/commit/c2a371ff0fd625fc64c6b09ad8b711bfdb3a17e3</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 c2a371f  mcfly: don't hardcode platform-specific path in install
</span>c2a371f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c2a371ff0fd625fc64c6b09ad8b711bfdb3a17e3
</span>Author: Andrew Udvare <audvare@gmail.com>
AuthorDate: Sat Dec 22 01:24:25 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mcfly: don't hardcode platform-specific path in install
</span>---
 sysutils/mcfly/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mcfly/Portfile b/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0dc5449..1576b90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,4 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span> PortSystem          1.0
 PortGroup           cargo 1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -351,8 +352,7 @@ cargo.crates \
</span>     winapi-x86_64-pc-windows-gnu     0.4.0  712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # FIXME Make this work with other platforms
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0755 ${worksrcpath}/target/x86_64-apple-darwin/release/${name} ${destroot}${prefix}/bin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 {*}[glob ${worksrcpath}/target/*/release/${name}] ${destroot}${prefix}/bin/
</span>     xinstall -d ${destroot}${prefix}/share/${name}
     xinstall -m 0644 ${worksrcpath}/${name}.bash ${destroot}${prefix}/share/${name}/
 }
</pre><pre style='margin:0'>

</pre>