<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/81576b7c6cc6a71fca44b7c4b928913b111832c4">https://github.com/macports/macports-ports/commit/81576b7c6cc6a71fca44b7c4b928913b111832c4</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 81576b7c6cc xmltoman: use perl5 pg variable for path
</span>81576b7c6cc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 81576b7c6cc6a71fca44b7c4b928913b111832c4
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Sep 18 22:32:57 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    xmltoman: use perl5 pg variable for path
</span>---
 textproc/xmltoman/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/xmltoman/Portfile b/textproc/xmltoman/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4756b71e841..98314a5bffe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/xmltoman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/xmltoman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +20,6 @@ description             Small scripts to convert xml to man pages in groff forma
</span> long_description        xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff\
                         format or html. It features the usual man page items such a \"description\", \"options\",\
                         \"see also\" etc.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> homepage                https://sourceforge.net/projects/xmltoman/
 platforms               darwin
 master_sites            sourceforge:xmltoman
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +35,7 @@ makefile.override-append \
</span>                         PREFIX
 pre-build {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl${perl5.major}|" ${worksrcpath}/xmltoman ${worksrcpath}/xmlmantohtml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/usr/bin/perl|${perl5.bin}|" ${worksrcpath}/xmltoman ${worksrcpath}/xmlmantohtml
</span>     reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/xml/xmltoman.1.xml ${worksrcpath}/xml/xmlmantohtml.1.xml
 }
 
</pre><pre style='margin:0'>

</pre>