=================================================================== RCS file: /cvs/ports/games/megaglest/base/patches/Attic/patch-source_glest_game_CMakeLists_txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/megaglest/base/patches/Attic/patch-source_glest_game_CMakeLists_txt 2011/08/01 05:17:41 1.1 +++ ports/games/megaglest/base/patches/Attic/patch-source_glest_game_CMakeLists_txt 2011/09/15 04:03:36 1.2 @@ -1,6 +1,6 @@ -$OpenBSD: patch-source_glest_game_CMakeLists_txt,v 1.1 2011/08/01 05:17:41 yason Exp $ ---- source/glest_game/CMakeLists.txt.orig Fri Jul 1 01:47:20 2011 -+++ source/glest_game/CMakeLists.txt Fri Jul 1 01:47:38 2011 +$OpenBSD: patch-source_glest_game_CMakeLists_txt,v 1.2 2011/09/15 04:03:36 yason Exp $ +--- source/glest_game/CMakeLists.txt.orig Thu May 26 18:36:43 2011 ++++ source/glest_game/CMakeLists.txt Wed Sep 14 23:01:53 2011 @@ -51,8 +51,8 @@ ENDIF() FIND_PACKAGE(OGG REQUIRED) INCLUDE_DIRECTORIES(${OGG_INCLUDE_DIR}) @@ -12,3 +12,14 @@ SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${VORBIS_FILE_LIBRARY}) ENDIF() +@@ -220,10 +220,6 @@ IF(NOT CMAKE_INSTALL_PREFIX STREQUAL "") + # Installation of the program desktop icon file + INSTALL(FILES + "${PROJECT_SOURCE_DIR}/megaglest.png" +- "${PROJECT_SOURCE_DIR}/megaglest.bmp" +- "${PROJECT_SOURCE_DIR}/editor.ico" +- "${PROJECT_SOURCE_DIR}/glest.ico" +- "${PROJECT_SOURCE_DIR}/g3dviewer.ico" + DESTINATION ${MEGAGLEST_ICON_INSTALL_PATH}) + + # Installation of the program manpage file