[83158] trunk/dports/science/mpich2/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 26 10:57:19 PDT 2011


Revision: 83158
          http://trac.macports.org/changeset/83158
Author:   ryandesign at macports.org
Date:     2011-08-26 10:57:19 -0700 (Fri, 26 Aug 2011)
Log Message:
-----------
mpich2: fix syntax error from r83157

Revision Links:
--------------
    http://trac.macports.org/changeset/83157

Modified Paths:
--------------
    trunk/dports/science/mpich2/Portfile

Modified: trunk/dports/science/mpich2/Portfile
===================================================================
--- trunk/dports/science/mpich2/Portfile	2011-08-26 17:56:30 UTC (rev 83157)
+++ trunk/dports/science/mpich2/Portfile	2011-08-26 17:57:19 UTC (rev 83158)
@@ -80,12 +80,12 @@
 }
 
 post-destroot {
-    reinplace -E "s|${destroot}||g" ${destroot}${prefix/bin/mpicxx \
-                                    ${destroot}${prefix/bin/mpicc \
-                                    ${destroot}${prefix/etc/mpicxx.conf \
-                                    ${destroot}${prefix/etc/mpicc.conf
+    reinplace -E "s|${destroot}||g" ${destroot}${prefix}/bin/mpicxx \
+                                    ${destroot}${prefix}/bin/mpicc \
+                                    ${destroot}${prefix}/etc/mpicxx.conf \
+                                    ${destroot}${prefix}/etc/mpicc.conf
 
-    file delete ${destroot}${prefix/sbin/mpeuninstall
+    file delete ${destroot}${prefix}/sbin/mpeuninstall
 }
 
 # As MPICH creates compiler wrappers, there are lots of
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110826/dc4266f0/attachment.html>


More information about the macports-changes mailing list