<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/ae6be3f5191f78ce20782548817a845e9881c113">https://github.com/macports/macports-ports/commit/ae6be3f5191f78ce20782548817a845e9881c113</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ae6be3f5191f78ce20782548817a845e9881c113
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 28 04:47:37 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    fpc: Combine two xinstalls into one
</span>---
 lang/fpc/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fpc/Portfile b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fdad893..d7088a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -189,8 +189,7 @@ if {${subport} eq "${name}"} {
</span>         }
 
         # install the compiler utilities msgdif and msg2inc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 0755 ${worksrcpath}/compiler/utils/msgdif  ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 0755 ${worksrcpath}/compiler/utils/msg2inc ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0755 -W ${worksrcpath}/compiler/utils msgdif msg2inc ${destroot}${prefix}/bin
</span>     }
 
     notes "
</pre><pre style='margin:0'>

</pre>