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

Annotation of ports/geo/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake, Revision 1.2

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:
1.2     ! kirby       5: Index: cmake/Modules/DefineInstallationPaths.cmake
        !             6: --- cmake/Modules/DefineInstallationPaths.cmake.orig
        !             7: +++ cmake/Modules/DefineInstallationPaths.cmake
        !             8: @@ -97,7 +97,7 @@ if (UNIX)
1.1       kirby       9:      FORCE
                     10:    )
                     11:    SET(MAN_INSTALL_DIR
                     12: -    "${SHARE_INSTALL_PREFIX}/man"
                     13: +    "${EXEC_INSTALL_PREFIX}/man"
1.2     ! kirby      14:      CACHE PATH "The ${_PROJECT_NAME} man install dir (default prefix/man)"
1.1       kirby      15:      FORCE
                     16:    )

CVSweb