Changeset 83157
- Timestamp:
- 08/26/11 10:56:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/mpich2/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/mpich2/Portfile
r83156 r83157 81 81 82 82 post-destroot { 83 reinplace -E "s|${destroot}||g" ${destroot} /${prefix}/bin/mpicxx84 reinplace -E "s|${destroot}||g" ${destroot}/${prefix}/bin/mpicc85 reinplace -E "s|${destroot}||g" ${destroot}/${prefix}/etc/mpicxx.conf86 reinplace -E "s|${destroot}||g" ${destroot}/${prefix}/etc/mpicc.conf83 reinplace -E "s|${destroot}||g" ${destroot}${prefix/bin/mpicxx \ 84 ${destroot}${prefix/bin/mpicc \ 85 ${destroot}${prefix/etc/mpicxx.conf \ 86 ${destroot}${prefix/etc/mpicc.conf 87 87 88 file delete ${destroot} /${prefix}/sbin/mpeuninstall88 file delete ${destroot}${prefix/sbin/mpeuninstall 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.

