[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / games / wyrmsun / base / patches

File: [local] / ports / games / wyrmsun / base / patches / patch-CMakeLists_txt (download)

Revision 1.1.1.1 (vendor branch), Tue Dec 5 21:59:24 2017 UTC (6 years, 6 months ago) by kirby
Branch: import, MAIN
CVS Tags: kirby, HEAD
Changes since 1.1: +0 -0 lines

import wyrmsun

$OpenBSD$

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -1430,7 +1430,7 @@ endif()
 
 ########### install files ###############
 
-install(TARGETS stratagus DESTINATION ${GAMEDIR})
+install(TARGETS stratagus DESTINATION ${BINDIR})
 install(TARGETS png2stratagus DESTINATION ${BINDIR})
 
 if(ENABLE_METASERVER)