summaryrefslogtreecommitdiff
path: root/geography/osm2pgsql/patches/patch-CMakeLists.txt
blob: 3d8748dd96e4e0cd1425c5660f53f963f9bb97a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-CMakeLists.txt,v 1.1 2017/06/10 20:00:42 wiedi Exp $

fix man path

--- CMakeLists.txt.orig	2017-04-13 20:58:25.000000000 +0000
+++ CMakeLists.txt
@@ -252,5 +252,5 @@ endif()
 #############################################################
 
 install(TARGETS osm2pgsql DESTINATION bin)
-install(FILES docs/osm2pgsql.1 DESTINATION share/man/man1)
+install(FILES docs/osm2pgsql.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
 install(FILES default.style empty.style DESTINATION share/osm2pgsql)