<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/c05975c78621b68468cbe75654f0391bc0271703">https://github.com/macports/macports-ports/commit/c05975c78621b68468cbe75654f0391bc0271703</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c05975c78621b68468cbe75654f0391bc0271703
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 13 20:47:23 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    html: Remove useless destroot.args
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The port doesn't use them because it overrides the destroot phase.
</span>---
 textproc/html/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/html/Portfile b/textproc/html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da9d875..fbcad6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,5 +38,3 @@ destroot        {
</span>   eval xinstall -m 644 [glob ${workpath}/4.0/*.*] ${destroot}${prefix}/${instdir}/4.0
        eval xinstall -m 644 [glob ${workpath}/4.01/*.*] ${destroot}${prefix}/${instdir}/4.01
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.args   prefix=${destroot}${prefix}
</span></pre><pre style='margin:0'>

</pre>