<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/55bc862661c569afccee0d1ac121c3ef592eca73">https://github.com/macports/macports-ports/commit/55bc862661c569afccee0d1ac121c3ef592eca73</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 55bc862  mathgl: install cmake files in the correct location
</span>55bc862 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 55bc862661c569afccee0d1ac121c3ef592eca73
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Jul 13 07:35:10 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mathgl: install cmake files in the correct location
</span>---
 math/mathgl/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mathgl/Portfile b/math/mathgl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0004c67..3fbfdba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mathgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mathgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           cmake 1.0
</span> 
 name                mathgl
 version             2.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          math
 license             GPL-3
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +57,10 @@ configure.args-append \
</span>                     -Denable-lua=OFF \
                     -Denable-octave=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# install cmake files in the correct location
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DMGL_LIB_INSTALL_DIR=${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cflags-append \
                     -DH5_USE_18_API
 
</pre><pre style='margin:0'>

</pre>