diff --git kde-modules/KDEInstallDirs.cmake kde-modules/KDEInstallDirs.cmake
index b7cd34d..89b37b6 100644
|
|
|
18 | 18 | # deprecated variable name in square brackets): |
19 | 19 | # |
20 | 20 | # ``BUNDLEDIR`` |
21 | | # application bundles (``/Applications/KDE``) [``BUNDLE_INSTALL_DIR``] |
| 21 | # application bundles (``/Applications/MacPorts/KF5``) [``BUNDLE_INSTALL_DIR``] |
22 | 22 | # ``EXECROOTDIR`` |
23 | 23 | # executables and libraries (``<empty>``) [``EXEC_INSTALL_PREFIX``] |
24 | 24 | # ``BINDIR`` |
… |
… |
macro(_define_non_cache varname value) |
383 | 383 | endmacro() |
384 | 384 | |
385 | 385 | if(APPLE) |
386 | | _define_absolute(BUNDLEDIR "/Applications/KDE" |
| 386 | _define_absolute(BUNDLEDIR "/Applications/MacPorts/KF5" |
387 | 387 | "application bundles" |
388 | 388 | BUNDLE_INSTALL_DIR) |
389 | 389 | endif(APPLE) |