<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/2072e634c5eb57509f0c0287a85f4a9ed618f317">https://github.com/macports/macports-ports/commit/2072e634c5eb57509f0c0287a85f4a9ed618f317</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 2072e63  OpenBLAS: Remove / before ${prefix}
</span>2072e63 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2072e634c5eb57509f0c0287a85f4a9ed618f317
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 22 21:38:14 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Remove / before ${prefix}
</span>---
 math/OpenBLAS/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6bf7cd8..2c4b0f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -244,7 +244,7 @@ if {[variant_isset universal]} {
</span>             system "install_name_tool -id \
                 ${prefix}/lib/libopenblas-r1.dylib \
                 ${destroot}-${arch}${prefix}/lib/libopenblas-r1.dylib"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            delete file ${destroot}-${arch}/${prefix}/lib/cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            delete file ${destroot}-${arch}${prefix}/lib/cmake
</span>             if {[variant_isset lapack]} {
                 #Install lapacke headers too
                 set LAPACKE_DIR [exec /bin/ls ${worksrcpath}/lapack-netlib | \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -269,7 +269,7 @@ if {[variant_isset universal]} {
</span>         system "install_name_tool -id \
             ${prefix}/lib/libopenblas-r1.dylib \
             ${destroot}${prefix}/lib/libopenblas-r1.dylib"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        delete file ${destroot}/${prefix}/lib/cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        delete file ${destroot}${prefix}/lib/cmake
</span>         if {[variant_isset lapack]} {
             #Install lapacke headers too
             set LAPACKE_DIR [exec /bin/ls ${worksrcpath}/lapack-netlib | \
</pre><pre style='margin:0'>

</pre>