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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c818b391e62cdaa3e5025f1c4316b88cd463bf3">https://github.com/macports/macports-ports/commit/6c818b391e62cdaa3e5025f1c4316b88cd463bf3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6c818b391e62cdaa3e5025f1c4316b88cd463bf3
</span>Author: Karl-Michael Schindler <karl-michael.schindler@web.de>
AuthorDate: Fri Oct 11 11:37:16 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Lazarus: fixes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fix destroot.
</span>---
 devel/lazarus/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/lazarus/Portfile b/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d777a58..a534a21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/lazarus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,12 +88,12 @@ build.target       bigide
</span> build.post_args    OPT=-gl LCL_PLATFORM=cocoa
 use_parallel_build no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.post_args INSTALL_PREFIX=${destroot}${prefix}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span>     xinstall -m 755 -d ${destroot}${prefix}/etc/lazarus
     xinstall -m 644 ${worksrcpath}/tools/install/macosx/environmentoptions.xml ${destroot}${prefix}/etc/lazarus
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "make install INSTALL_PREFIX=${destroot}${prefix}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # fix the symbolic links in ${destroot}${prefix}/bin
     system -W ${destroot}${prefix}/bin \
         "ln -sf ../share/lazarus/lazarus      lazarus-ide  && \
</pre><pre style='margin:0'>

</pre>