<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/3a16791434038a3a7848fcab222f885adcc40886">https://github.com/macports/macports-ports/commit/3a16791434038a3a7848fcab222f885adcc40886</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3a16791434038a3a7848fcab222f885adcc40886
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Mar 5 20:16:49 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    daemontools: Don't compress manpages manually
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts compresses manpages automatically.
</span>---
 sysutils/daemontools/Portfile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/daemontools/Portfile b/sysutils/daemontools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b1a08455336..21f3e9a76fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/daemontools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/daemontools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,10 +28,6 @@ use_configure       no
</span> build.cmd           package/compile
 build.target
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-build {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "cd ${workpath}/daemontools-man && gzip *.8"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot {
    xinstall -m 755 -W ${worksrcpath}/command envdir envuidgid fghack \
       multilog pgrphack readproctitle setlock setuidgid softlimit supervise \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,8 +41,7 @@ destroot {
</span>    xinstall -m 644 -W ${worksrcpath}/src CHANGES TODO \
       ${destroot}${prefix}/share/doc/${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-   xinstall -m 755 -d ${destroot}${prefix}/share/man/man8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   xinstall -m 644 {*}[glob ${workpath}/daemontools-man/*.8.gz] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   xinstall -m 644 {*}[glob ${workpath}/daemontools-man/*.8] \
</span>       ${destroot}${prefix}/share/man/man8
    xinstall -m 644 ${workpath}/daemontools-man/README \
       ${destroot}${prefix}/share/doc/${name}/README_MANPAGES
</pre><pre style='margin:0'>

</pre>