<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4025d7c797cf96d78dccd3ad187f6dc58e42cb9c">https://github.com/macports/macports-ports/commit/4025d7c797cf96d78dccd3ad187f6dc58e42cb9c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4025d7c797cf96d78dccd3ad187f6dc58e42cb9c
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Wed Oct 23 10:07:58 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-control: fix destroot phase
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/71153
</span>---
 python/py-control/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-control/Portfile b/python/py-control/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0031849db4..e5534719941 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ if {${name} ne ${subport}} {
</span> 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${subport}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE Pending \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE \
</span>             README.rst ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*] \
             ${destroot}${prefix}/share/doc/${subport}/examples
</pre><pre style='margin:0'>

</pre>