<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/8124d9931cb5f85e3d747cd6d413f1ca77633d3d">https://github.com/macports/macports-ports/commit/8124d9931cb5f85e3d747cd6d413f1ca77633d3d</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 8124d99  irrlicht: Use ${frameworks_dir}
</span>8124d99 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8124d9931cb5f85e3d747cd6d413f1ca77633d3d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Sep 15 19:07:01 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    irrlicht: Use ${frameworks_dir}
</span>---
 devel/irrlicht/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/irrlicht/Portfile b/devel/irrlicht/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0a2c08..d3ffbed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/irrlicht/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/irrlicht/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,12 +54,12 @@ post-destroot {
</span>     # the xcode project does not install all the include files
     set flist [glob ${worksrcpath}/include/*.h]
     foreach f $flist {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        file copy -force $f ${destroot}${prefix}/Library/Frameworks/IrrFramework.framework/Versions/A/Headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file copy -force $f ${destroot}${frameworks_dir}/IrrFramework.framework/Versions/A/Headers
</span>   }
 
     # add  traditional paths for software that expects to find irrlicht in the headers & libs folders
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ln -s ${prefix}/Library/Frameworks/IrrFramework.framework/Versions/A/Headers ${destroot}${prefix}/include/irrlicht
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ln -s ${prefix}/Library/Frameworks/IrrFramework.framework/Versions/A/IrrFramework ${destroot}${prefix}/lib/libIrrlicht.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${frameworks_dir}/IrrFramework.framework/Versions/A/Headers ${destroot}${prefix}/include/irrlicht
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${frameworks_dir}/IrrFramework.framework/Versions/A/IrrFramework ${destroot}${prefix}/lib/libIrrlicht.dylib
</span> 
     # copy in documentation
     xinstall -d ${destroot}${prefix}/share/${name}
</pre><pre style='margin:0'>

</pre>