<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fb8513d617227914c8da500bf442938c68d57398">https://github.com/macports/macports-ports/commit/fb8513d617227914c8da500bf442938c68d57398</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fb8513d617227914c8da500bf442938c68d57398
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue May 12 21:01:48 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> splatd: install man pages
</span>---
net/splatd/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/splatd/Portfile b/net/splatd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f3f8eb..9aa0a1f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/splatd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/splatd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup python 1.0
</span> PortGroup github 1.0
github.setup threerings splatd 1.2 splatd-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories net
license BSD
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,4 +37,7 @@ startupitem.stop "kill `cat /var/run/splatd.pid`"
</span> post-destroot {
xinstall -m 644 ${worksrcpath}/splat.conf ${destroot}${prefix}/etc/splat.conf.sample
file rename ${destroot}${prefix}/bin/splatd ${destroot}${prefix}/sbin/splatd
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -W ${worksrcpath}/docs/man -m 644 splat.conf.5 ${destroot}${prefix}/share/man/man5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -W ${worksrcpath}/docs/man -m 644 splatd.8 ${destroot}${prefix}/share/man/man8
</span> }
</pre><pre style='margin:0'>
</pre>