<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/e53b59a8d1c35b965343a5a78df1acd305125994">https://github.com/macports/macports-ports/commit/e53b59a8d1c35b965343a5a78df1acd305125994</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 e53b59a  Gyoto: Remove / before ${prefix}
</span>e53b59a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e53b59a8d1c35b965343a5a78df1acd305125994
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 22 21:34:23 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Gyoto: Remove / before ${prefix}
</span>---
 science/Gyoto/Portfile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd2f771..67e748c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,11 +89,11 @@ foreach nodot [list 27 34 35 36 37] wdot [list 2.7 3.4 3.5 3.6 3.7] {
</span>         destroot.args -C python INSTALL_DATA=true prefix=${frameworks_dir}/Python.framework/Versions/${wdot}
         post-destroot {
             system -W ${worksrcpath}/plugins/python "${build.cmd} install DESTDIR=${destroot}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            xinstall -d ${destroot}/${prefix}/share/doc/${subport}/examples
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            xinstall -d ${destroot}${prefix}/share/doc/${subport}/examples
</span>             xinstall {*}[glob ${worksrcpath}/plugins/python/doc/examples/*] \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ${destroot}/${prefix}/share/doc/${subport}/examples/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${destroot}${prefix}/share/doc/${subport}/examples/
</span>             xinstall {*}[glob ${worksrcpath}/python/example*.py] \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ${destroot}/${prefix}/share/doc/${subport}/examples/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${destroot}${prefix}/share/doc/${subport}/examples/
</span>         }
         test.run no
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,14 +105,14 @@ subport Gyoto {
</span>     post-destroot {
         xinstall -W ${worksrcpath}/python \
             gyoto.i gyoto_std.i gyoto_lorene.i numpy.i \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${destroot}/${prefix}/include/Gyoto/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -d ${destroot}/${prefix}/share/doc/${subport}/examples/plugins
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${destroot}${prefix}/include/Gyoto/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -d ${destroot}${prefix}/share/doc/${subport}/examples/plugins
</span>         xinstall {*}[glob ${worksrcpath}/doc/examples/*] \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${destroot}/${prefix}/share/doc/${subport}/examples/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${destroot}${prefix}/share/doc/${subport}/examples/
</span>         copy ${worksrcpath}/plugins/null \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${destroot}/${prefix}/share/doc/${subport}/examples/plugins/null
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${destroot}${prefix}/share/doc/${subport}/examples/plugins/null
</span>         system \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            -W ${destroot}/${prefix}/share/doc/${subport}/examples/plugins/null \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            -W ${destroot}${prefix}/share/doc/${subport}/examples/plugins/null \
</span>             "touch aclocal.m4 configure Makefile.in */Makefile.in"
     }
 }
</pre><pre style='margin:0'>

</pre>