<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/d844d699c2f194db3e0d6ba1b2f0c582d0883c75">https://github.com/macports/macports-ports/commit/d844d699c2f194db3e0d6ba1b2f0c582d0883c75</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 d844d69  xforms: Use distpath; Use system -W
</span>d844d69 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d844d699c2f194db3e0d6ba1b2f0c582d0883c75
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 11 17:56:22 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xforms: Use distpath; Use system -W
</span>---
 x11/xforms/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xforms/Portfile b/x11/xforms/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9aaeced..2676a27 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xforms/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xforms/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,10 +60,10 @@ post-destroot {     set docdir ${destroot}${prefix}/share/doc/${name}
</span>                         README \
                         ${docdir}
                     copy ${workpath}/${name}.html ${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    copy ${prefix}/var/macports/distfiles/${dist_subdir}/${name}.pdf ${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    copy ${distpath}/${name}.pdf ${docdir}
</span> 
                     if {![variant_isset universal]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        system "cd ${worksrcpath}/demos && make mostlyclean"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        system -W ${worksrcpath}/demos "make mostlyclean"
</span>                     }
 
                     xinstall -d ${destroot}${prefix}/share/${name}
</pre><pre style='margin:0'>

</pre>