--- /opt/local/site-ports/devel/qca-ossl/macports-current/Portfile	2013-07-15 18:02:24.000000000 +0200
+++ /opt/local/site-ports/devel/qca-ossl//Portfile	2014-12-10 23:34:49.000000000 +0100
@@ -6,7 +6,7 @@
 
 name                qca-ossl
 version             2.0.0-beta3
-revision            4
+revision            5
 categories          devel crypto security
 license             LGPL-2.1+
 maintainers         michaelld openmaintainer
@@ -60,7 +60,7 @@
 
 post-destroot {
     # fix library path of installed library/ies
-    foreach fixfile [exec find ${destroot}${qt_dir} -name "*.dylib" | \
+    foreach fixfile [exec find ${destroot}${qt_plugins_dir} -name "*.dylib" | \
                          sed -e "s@${destroot}@@g"] {
         system "install_name_tool -id ${fixfile} ${destroot}${fixfile}"
     }
