Ticket #50033: patch-BUNDLEDIR.diff

File patch-BUNDLEDIR.diff, 806 bytes (added by RJVB (René Bertin), 8 years ago)
  • kde-modules/KDEInstallDirs.cmake

    diff --git kde-modules/KDEInstallDirs.cmake kde-modules/KDEInstallDirs.cmake
    index b7cd34d..89b37b6 100644
     
    1818# deprecated variable name in square brackets):
    1919#
    2020# ``BUNDLEDIR``
    21 #     application bundles (``/Applications/KDE``) [``BUNDLE_INSTALL_DIR``]
     21#     application bundles (``/Applications/MacPorts/KF5``) [``BUNDLE_INSTALL_DIR``]
    2222# ``EXECROOTDIR``
    2323#     executables and libraries (``<empty>``) [``EXEC_INSTALL_PREFIX``]
    2424# ``BINDIR``
    macro(_define_non_cache varname value) 
    383383endmacro()
    384384
    385385if(APPLE)
    386     _define_absolute(BUNDLEDIR "/Applications/KDE"
     386    _define_absolute(BUNDLEDIR "/Applications/MacPorts/KF5"
    387387        "application bundles"
    388388        BUNDLE_INSTALL_DIR)
    389389endif(APPLE)