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

File: [local] / qmapshack / qmapshack / 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: patch-cmake_Modules_DefineInstallationPaths_cmake,v 1.1.1.1 2010/12/21 09:05:17 sebastia Exp $

Install man pages in correct directory

--- cmake/Modules/DefineInstallationPaths.cmake.orig	Sat Nov  6 18:55:52 2010
+++ cmake/Modules/DefineInstallationPaths.cmake	Sat Nov  6 18:56:44 2010
@@ -101,7 +101,7 @@ if (UNIX)
     FORCE
   )
   SET(MAN_INSTALL_DIR
-    "${SHARE_INSTALL_PREFIX}/man"
+    "${EXEC_INSTALL_PREFIX}/man"
     CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)"
     FORCE
   )