<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/495b4554882c143d1ef002fe2da40bbae6c04f55">https://github.com/macports/macports-ports/commit/495b4554882c143d1ef002fe2da40bbae6c04f55</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 495b455 pypy: Remove / before ${prefix}
</span>495b455 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 495b4554882c143d1ef002fe2da40bbae6c04f55
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 22 21:26:48 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> pypy: Remove / before ${prefix}
</span>---
lang/pypy/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/pypy/Portfile b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 121cf90..4424fcd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -195,7 +195,7 @@ post-destroot {
</span>
foreach script [array names module_scripts] {
set module $module_scripts($script)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set scriptpath "${destroot}/${prefix}/lib/${subport}/bin/${script}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set scriptpath "${destroot}${prefix}/lib/${subport}/bin/${script}"
</span>
xinstall -m 755 ${filespath}/module-script.sh $scriptpath
reinplace "s+__PYPY__+${prefix}/bin/${subport}+" $scriptpath
</pre><pre style='margin:0'>
</pre>