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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/be9880f7bf9d563b629083a684005b9c03f389da">https://github.com/macports/macports-ports/commit/be9880f7bf9d563b629083a684005b9c03f389da</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit be9880f7bf9d563b629083a684005b9c03f389da
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Aug 26 22:57:13 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    petsc: avoid duplication of --prefix=
</span>---
 math/petsc/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/petsc/Portfile b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 768031a..8cec8b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,7 +81,9 @@ notes               "Add the following line to your .bash_profile if you plan to
</span>                     the PETSC makefile rules in ${prefix}/lib/petsc/conf: \n\
                     \texport PETSC_DIR=${prefix}/lib/${name}"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --prefix=${prefix}/lib/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.pre_args  --prefix=${prefix}/lib/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args       \
</span>                     --with-valgrind=0 \
                     --with-mpi=0 \
                     --with-fc=0 \
</pre><pre style='margin:0'>

</pre>