[BACK]Return to patch-cmake_Modules_DefineInstallationPaths_cmake CVS log [TXT][DIR] Up to [local] / qmapshack / gpsdrive / patches

File: [local] / qmapshack / gpsdrive / patches / patch-cmake_Modules_DefineInstallationPaths_cmake (download)

Revision 1.1, Sun Apr 3 18:56:42 2016 UTC (8 years, 1 month ago) by kirby
Branch point for: MAIN

Initial revision

$OpenBSD$
--- cmake/Modules/DefineInstallationPaths.cmake.orig	Sat May  1 21:23:12 2010
+++ cmake/Modules/DefineInstallationPaths.cmake	Sat May  1 21:23:54 2010
@@ -102,7 +102,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
   )