<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/bb1f4e0198efe4452e844006d4c639610f223367">https://github.com/macports/macports-ports/commit/bb1f4e0198efe4452e844006d4c639610f223367</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 bb1f4e0198e py-pypdf: fix post-destroot phase
</span>bb1f4e0198e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit bb1f4e0198efe4452e844006d4c639610f223367
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Mar 9 22:45:25 2025 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-pypdf: fix post-destroot phase
</span>---
python/py-pypdf/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pypdf/Portfile b/python/py-pypdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f993ece5239..9eda2d92fdb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pypdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pypdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,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.md LICENSE README.md \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0644 -W ${worksrcpath} LICENSE README.md \
</span> ${destroot}${prefix}/share/doc/${subport}
}
</pre><pre style='margin:0'>
</pre>