Ticket #46239: qca-cyrus-sasl.diff

File qca-cyrus-sasl.diff, 599 bytes (added by RJVB (René Bertin), 9 years ago)
  • devel/qca-cyrus-sasl/Portfile

    old new  
    5353
    5454post-destroot {
    5555    # fix library path of installed library/ies
    56     foreach fixfile [exec find ${destroot}${qt_dir} -name "*.dylib" | \
     56    foreach fixfile [exec find ${destroot}${qt_plugins_dir} -name "*.dylib" | \
    5757                         sed -e "s@${destroot}@@g"] {
    5858        system "install_name_tool -id ${fixfile} ${destroot}${fixfile}"
    5959    }