[59586] trunk/dports/devel/qca/Portfile

rowue at macports.org rowue at macports.org
Sat Oct 17 08:57:36 PDT 2009


Revision: 59586
          http://trac.macports.org/changeset/59586
Author:   rowue at macports.org
Date:     2009-10-17 08:57:34 -0700 (Sat, 17 Oct 2009)
Log Message:
-----------
Applied patch from sharky, closes 22111 - thanks!

Modified Paths:
--------------
    trunk/dports/devel/qca/Portfile

Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile	2009-10-17 15:52:20 UTC (rev 59585)
+++ trunk/dports/devel/qca/Portfile	2009-10-17 15:57:34 UTC (rev 59586)
@@ -37,7 +37,7 @@
         ${destroot}${prefix}/lib/pkgconfig \
         ${destroot}${prefix}/share/doc/${name} \
         ${destroot}${prefix}/share/examples/${name} \
-        ${destroot}${prefix}/include/QTCrypto
+        ${destroot}${prefix}/include/QtCrypto
         
     xinstall -m 644 -W ${worksrcpath}/lib libqca.2.0.0.dylib \
                 ${destroot}${prefix}/lib
@@ -47,7 +47,7 @@
                 ${destroot}${prefix}/lib/libqca.2.0.dylib"
 
     foreach f [glob ${worksrcpath}/include/QtCrypto/*] {
-        xinstall -m 644 $f ${destroot}${prefix}/include/QTCrypto
+        xinstall -m 644 $f ${destroot}${prefix}/include/QtCrypto
     }
 
     xinstall -m 644 -W ${worksrcpath} crypto.prf \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091017/77ed9f08/attachment.html>


More information about the macports-changes mailing list