openbsd-ports/geo/qgis/patches/patch-CMakeLists_txt

13 lines
469 B
Plaintext
Raw Normal View History

$OpenBSD: patch-CMakeLists_txt,v 1.5 2010/12/08 09:07:48 landry Exp $
--- CMakeLists.txt.orig Sat Nov 13 19:29:21 2010
+++ CMakeLists.txt Mon Nov 29 17:31:37 2010
@@ -486,7 +486,7 @@ ENDIF (APPLE)
# install stuff
2009-10-29 15:59:38 -04:00
INSTALL (FILES AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS INSTALL CODING
- DESTINATION ${QGIS_DATA_DIR}/doc)
+ DESTINATION ${QGIS_DATA_DIR}/../doc/qgis)
# manual page - makes sense only on unix systems
IF (UNIX AND NOT APPLE)