[111265] trunk/dports/science/mpich/Portfile

eborisch at macports.org eborisch at macports.org
Tue Sep 17 16:43:24 PDT 2013


Revision: 111265
          https://trac.macports.org/changeset/111265
Author:   eborisch at macports.org
Date:     2013-09-17 16:43:23 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
Fix bad destroot line.

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

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2013-09-17 23:41:09 UTC (rev 111264)
+++ trunk/dports/science/mpich/Portfile	2013-09-17 23:43:23 UTC (rev 111265)
@@ -156,8 +156,8 @@
         } else {
             xinstall -d ${destroot}${prefix}/lib/pkgconfig
             file copy \
-    ${destroot}${prefix}/lib/mpich-devel-${cname}/pkgconfig/mpich.pc \
-    ${destroot}${prefix}/lib/mpich-devel-${cname}/pkgconfig/openpa.pc \
+    ${destroot}${prefix}/lib/mpich-${cname}/pkgconfig/mpich.pc \
+    ${destroot}${prefix}/lib/mpich-${cname}/pkgconfig/openpa.pc \
     ${destroot}${prefix}/lib/pkgconfig/
         }
 # <EAB>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130917/0ca04ca7/attachment.html>


More information about the macports-changes mailing list