<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/d27df3a46b6fd7d3949ede8dc19da62a09cde2ee">https://github.com/macports/macports-ports/commit/d27df3a46b6fd7d3949ede8dc19da62a09cde2ee</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 d27df3a46b6 xmltoman: fix perl intepreter path
</span>d27df3a46b6 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    xmltoman: fix perl intepreter path
</span>---
 textproc/xmltoman/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 abdffad48d0..4756b71e841 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;'>@@ -36,7 +36,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|" ${worksrcpath}/xmltoman ${worksrcpath}/xmlmantohtml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl${perl5.major}|" ${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>