Ticket #46239: qca-gnupg.diff
File qca-gnupg.diff, 589 bytes (added by RJVB (René Bertin), 9 years ago) |
---|
-
devel/qca-gnupg/Portfile
old new 51 51 52 52 post-destroot { 53 53 # fix library path of installed library/ies 54 foreach fixfile [exec find ${destroot}${qt_ dir} -name "*.dylib" | \54 foreach fixfile [exec find ${destroot}${qt_plugins_dir} -name "*.dylib" | \ 55 55 sed -e "s@${destroot}@@g"] { 56 56 system "install_name_tool -id ${fixfile} ${destroot}${fixfile}" 57 57 }