<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/a5a493af638ab718f5fe14d202d065f329c38dba">https://github.com/macports/macports-ports/commit/a5a493af638ab718f5fe14d202d065f329c38dba</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 a5a493af638 py-h5py: Use xinstall to make directory
</span>a5a493af638 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a5a493af638ab718f5fe14d202d065f329c38dba
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Nov 9 00:32:59 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-h5py: Use xinstall to make directory
</span>---
 python/py-h5py/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-h5py/Portfile b/python/py-h5py/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3216db02c3..18c91bbd636 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-h5py/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-h5py/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,7 +68,7 @@ if {${name} ne ${subport}} {
</span>     }
 
     post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${destroot}${prefix} "mkdir -p share/doc/${subport}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -d ${destroot}${prefix}/share/doc/${subport}
</span>         copy ${worksrcpath}/lzf/LICENSE.txt \
             ${destroot}${prefix}/share/doc/${subport}
     }
</pre><pre style='margin:0'>

</pre>