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  
    5151
    5252post-destroot {
    5353    # 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" | \
    5555                         sed -e "s@${destroot}@@g"] {
    5656        system "install_name_tool -id ${fixfile} ${destroot}${fixfile}"
    5757    }