diff --git a/dports/devel/qca/Portfile b/dports/devel/qca/Portfile
index f0bfc83..c86ac5d 100644
a
|
b
|
destroot { |
37 | 37 | ${destroot}${prefix}/lib/pkgconfig \ |
38 | 38 | ${destroot}${prefix}/share/doc/${name} \ |
39 | 39 | ${destroot}${prefix}/share/examples/${name} \ |
40 | | ${destroot}${prefix}/include/QTCrypto |
| 40 | ${destroot}${prefix}/include/QtCrypto |
41 | 41 | |
42 | 42 | xinstall -m 644 -W ${worksrcpath}/lib libqca.2.0.0.dylib \ |
43 | 43 | ${destroot}${prefix}/lib |
… |
… |
destroot { |
47 | 47 | ${destroot}${prefix}/lib/libqca.2.0.dylib" |
48 | 48 | |
49 | 49 | foreach f [glob ${worksrcpath}/include/QtCrypto/*] { |
50 | | xinstall -m 644 $f ${destroot}${prefix}/include/QTCrypto |
| 50 | xinstall -m 644 $f ${destroot}${prefix}/include/QtCrypto |
51 | 51 | } |
52 | 52 | |
53 | 53 | xinstall -m 644 -W ${worksrcpath} crypto.prf \ |