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

Annotation of qmapshack/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD: patch-cmake_Modules_DefineInstallationPaths_cmake,v 1.1.1.1 2010/12/21 09:05:17 sebastia Exp $
                      2:
                      3: Install man pages in correct directory
                      4:
                      5: --- cmake/Modules/DefineInstallationPaths.cmake.orig   Sat Nov  6 18:55:52 2010
                      6: +++ cmake/Modules/DefineInstallationPaths.cmake        Sat Nov  6 18:56:44 2010
                      7: @@ -101,7 +101,7 @@ if (UNIX)
                      8:      FORCE
                      9:    )
                     10:    SET(MAN_INSTALL_DIR
                     11: -    "${SHARE_INSTALL_PREFIX}/man"
                     12: +    "${EXEC_INSTALL_PREFIX}/man"
                     13:      CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)"
                     14:      FORCE
                     15:    )

CVSweb