openbsd-ports/geo/qgis/patches/patch-doc_CMakeLists_txt
landry afa5a71b2d Import Quantum GIS 1.0.2:
QGIS aims to be an easy to use GIS, providing common functions and
features. The initial goal was to provide a GIS data viewer, but now
it also permits to edit, create and analyze lots of spatial datas.
QGIS supports a number of raster and vector data formats, with new
support easily added using the plugin architecture.

with some tweaks by and ok ajacoutot@
2009-06-01 23:14:58 +00:00

14 lines
525 B
Plaintext

$OpenBSD: patch-doc_CMakeLists_txt,v 1.1.1.1 2009/06/01 23:14:58 landry Exp $
--- doc/CMakeLists.txt.orig Mon Jun 1 15:50:39 2009
+++ doc/CMakeLists.txt Mon Jun 1 15:54:27 2009
@@ -9,7 +9,7 @@ userguide.pdf
#SUBDIRS (images plugins install_guide)
INSTALL(FILES ${DOC_FILES}
- DESTINATION ${QGIS_DATA_DIR}/doc)
+ DESTINATION ${QGIS_DATA_DIR}/../doc/qgis)
INSTALL(FILES images/qgis_new_80pct.png
- DESTINATION ${QGIS_DATA_DIR}/doc/images)
+ DESTINATION ${QGIS_DATA_DIR}/../doc/qgis/images)