<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/f8560d0276e4741331bf7c23cee26f0dc57cff18">https://github.com/macports/macports-ports/commit/f8560d0276e4741331bf7c23cee26f0dc57cff18</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 f8560d0  fityk: Use frameworks_dir
</span>f8560d0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f8560d0276e4741331bf7c23cee26f0dc57cff18
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 2 17:27:45 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fityk: Use frameworks_dir
</span>---
 math/fityk/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/fityk/Portfile b/math/fityk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc50c93..1c34218 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/fityk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/fityk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,7 @@ variant docs description {Build and install documentation} {
</span>     depends_build-append port:py27-sphinx
     # TODO: use a python PortGroup and variable
     pre-build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|sphinx-build|${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/sphinx-build|" ${worksrcpath}/doc/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|sphinx-build|${frameworks_dir}/Python.framework/Versions/2.7/bin/sphinx-build|" ${worksrcpath}/doc/Makefile
</span>         system -W ${worksrcpath}/doc make
     }
 }
</pre><pre style='margin:0'>

</pre>