--- /opt/local/var/macports/sources/svn.macports.org/trunk/dports/devel/qca-cyrus-sasl/Portfile	2015-01-12 12:43:25.083291447 +0100
+++ /opt/local/site-ports/devel/qca-cyrus-sasl/Portfile	2015-06-19 15:39:46.809101649 +0200
@@ -53,7 +53,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}"
     }
