Revision: 83158 http://trac.macports.org/changeset/83158 Author: ryandesign@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
participants (1)
-
ryandesign@macports.org