Ticket #22111: fix-qca-includes.patch

File fix-qca-includes.patch, 893 bytes (added by sharky@…, 15 years ago)
  • dports/devel/qca/Portfile

    diff --git a/dports/devel/qca/Portfile b/dports/devel/qca/Portfile
    index f0bfc83..c86ac5d 100644
    a b destroot { 
    3737        ${destroot}${prefix}/lib/pkgconfig \
    3838        ${destroot}${prefix}/share/doc/${name} \
    3939        ${destroot}${prefix}/share/examples/${name} \
    40         ${destroot}${prefix}/include/QTCrypto
     40        ${destroot}${prefix}/include/QtCrypto
    4141       
    4242    xinstall -m 644 -W ${worksrcpath}/lib libqca.2.0.0.dylib \
    4343                ${destroot}${prefix}/lib
    destroot { 
    4747                ${destroot}${prefix}/lib/libqca.2.0.dylib"
    4848
    4949    foreach f [glob ${worksrcpath}/include/QtCrypto/*] {
    50         xinstall -m 644 $f ${destroot}${prefix}/include/QTCrypto
     50        xinstall -m 644 $f ${destroot}${prefix}/include/QtCrypto
    5151    }
    5252
    5353    xinstall -m 644 -W ${worksrcpath} crypto.prf \