=================================================================== RCS file: /cvs/ports/games/megaglest/base/patches/Attic/patch-CMakeLists_txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/megaglest/base/patches/Attic/patch-CMakeLists_txt 2011/08/01 05:17:41 1.2 +++ ports/games/megaglest/base/patches/Attic/patch-CMakeLists_txt 2011/09/15 04:03:36 1.3 @@ -1,6 +1,6 @@ -$OpenBSD: patch-CMakeLists_txt,v 1.2 2011/08/01 05:17:41 yason Exp $ +$OpenBSD: patch-CMakeLists_txt,v 1.3 2011/09/15 04:03:36 yason Exp $ --- CMakeLists.txt.orig Sat Jul 9 05:57:19 2011 -+++ CMakeLists.txt Mon Aug 1 09:15:04 2011 ++++ CMakeLists.txt Wed Sep 14 22:54:31 2011 @@ -68,7 +68,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW) SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g3") @@ -10,6 +10,15 @@ SET(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -s") ## Strip binary # Release with debug info compiler flags +@@ -119,7 +119,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW) + SET(MEGAGLEST_ICON_INSTALL_PATH "share/pixmaps/" CACHE STRING "The installation path for icon files (this is appended to the CMAKE_INSTALL_PREFIX)") + ENDIF() + IF(NOT MEGAGLEST_MANPAGE_INSTALL_PATH) +- SET(MEGAGLEST_MANPAGE_INSTALL_PATH "share/man/man6/" CACHE STRING "The installation path for manpage files (this is appended to the CMAKE_INSTALL_PREFIX)") ++ SET(MEGAGLEST_MANPAGE_INSTALL_PATH "man/man6/" CACHE STRING "The installation path for manpage files (this is appended to the CMAKE_INSTALL_PREFIX)") + ENDIF() + + IF(NOT CUSTOM_DATA_INSTALL_PATH) @@ -195,15 +195,15 @@ IF(EXISTS "${PROJECT_SOURCE_DIR}/source/") ADD_SUBDIRECTORY( ${PROJECT_SOURCE_DIR}/source/shared_lib )