<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d8d67b7fb9ae3d0bfb93ca3d7b1c7db3dc67710a">https://github.com/macports/macports-ports/commit/d8d67b7fb9ae3d0bfb93ca3d7b1c7db3dc67710a</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 d8d67b7fb9a nginx: install the manpage
</span>d8d67b7fb9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d8d67b7fb9ae3d0bfb93ca3d7b1c7db3dc67710a
</span>Author: Eric F <eric@iefdev.se>
AuthorDate: Wed Oct 7 23:58:58 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    nginx: install the manpage
</span>---
 www/nginx/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nginx/Portfile b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b49233b5abd..ecc708dc0c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,6 +104,12 @@ post-destroot {
</span>     }
 
     file rename ${destroot}${prefix}/html ${destroot}${nginx_share}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Install the manpage
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set man_path "${destroot}${prefix}/share/man/man8"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d -m 0755 ${man_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall    -m 0644 ${worksrcpath}/man/${name}.8 ${man_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -q "s|/var/run/mynginx.pid|${nginx_pidfile}/|g" ${man_path}/${name}.8
</span> }
 
 post-activate {
</pre><pre style='margin:0'>

</pre>