diff --git kde-modules/KDEInstallDirs.cmake kde-modules/KDEInstallDirs.cmake
index b7cd34d..89b37b6 100644
--- kde-modules/KDEInstallDirs.cmake
+++ kde-modules/KDEInstallDirs.cmake
@@ -18,7 +18,7 @@
 # deprecated variable name in square brackets):
 #
 # ``BUNDLEDIR``
-#     application bundles (``/Applications/KDE``) [``BUNDLE_INSTALL_DIR``]
+#     application bundles (``/Applications/MacPorts/KF5``) [``BUNDLE_INSTALL_DIR``]
 # ``EXECROOTDIR``
 #     executables and libraries (``<empty>``) [``EXEC_INSTALL_PREFIX``]
 # ``BINDIR``
@@ -383,7 +383,7 @@ macro(_define_non_cache varname value)
 endmacro()
 
 if(APPLE)
-    _define_absolute(BUNDLEDIR "/Applications/KDE"
+    _define_absolute(BUNDLEDIR "/Applications/MacPorts/KF5"
         "application bundles"
         BUNDLE_INSTALL_DIR)
 endif(APPLE)