summaryrefslogtreecommitdiff
path: root/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake')
-rw-r--r--astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake
new file mode 100644
index 000000000000..ad5a5abd31a5
--- /dev/null
+++ b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake
@@ -0,0 +1,11 @@
+--- cmake/Modules/DefineInstallationPaths.cmake.orig 2014-08-18 10:08:14 UTC
++++ cmake/Modules/DefineInstallationPaths.cmake
+@@ -101,7 +101,7 @@ if (UNIX)
+ FORCE
+ )
+ SET(MAN_INSTALL_DIR
+- "${SHARE_INSTALL_PREFIX}/man"
++ "${CMAKE_INSTALL_PREFIX}/man"
+ CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)"
+ FORCE
+ )