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

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

1.1       kirby       1: $OpenBSD$
                      2: --- cmake/Modules/DefineInstallationPaths.cmake.orig   Sat May  1 21:23:12 2010
                      3: +++ cmake/Modules/DefineInstallationPaths.cmake        Sat May  1 21:23:54 2010
                      4: @@ -102,7 +102,7 @@ if (UNIX)
                      5:      FORCE
                      6:    )
                      7:    SET(MAN_INSTALL_DIR
                      8: -    "${SHARE_INSTALL_PREFIX}/man"
                      9: +    "${CMAKE_INSTALL_PREFIX}/man"
                     10:      CACHE PATH "The ${APPLICATION_NAME} man install dir (default prefix/man)"
                     11:      FORCE
                     12:    )

CVSweb