<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/4ffec991a336b6f9bc3f3f9edd4239421be4bd4d">https://github.com/macports/macports-ports/commit/4ffec991a336b6f9bc3f3f9edd4239421be4bd4d</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 4ffec99  ihaskell: Use ${frameworks_dir}
</span>4ffec99 is described below

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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ihaskell/Portfile b/devel/ihaskell/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a22cbcc..ad0518d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ihaskell/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ihaskell/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,7 +101,7 @@ extra-lib-dirs:\\
</span> # note: this command does not change the destroot PATH environment, so export
 # PATH explicitly in the necessary system command below
 destroot.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PATH=$env(PATH):${prefix}/Library/Frameworks/Python.framework/Versions/${python3_version}/bin \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PATH=$env(PATH):${frameworks_dir}/Python.framework/Versions/${python3_version}/bin \
</span>     ${name}_datadir=${destroot}${prefix}/${ihaskell_datadir}
 
 post-destroot {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ post-destroot {
</span>     # run ihaskell to install the IPython files into destroot
     system -W ${worksrcpath} "\
         export \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            PATH=$env(PATH):${prefix}/Library/Frameworks/Python.framework/Versions/${python3_version}/bin \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            PATH=$env(PATH):${frameworks_dir}/Python.framework/Versions/${python3_version}/bin \
</span>             ${name}_datadir=${destroot}${prefix}/${ihaskell_datadir} \
             ; \
         ${destroot}${prefix}/bin/ihaskell install \
</pre><pre style='margin:0'>

</pre>