mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
$NetBSD: patch-man_CMakeLists.txt,v 1.2 2016/04/21 15:54:31 jperkin Exp $
|
|
|
|
Fix man path.
|
|
|
|
--- man/CMakeLists.txt.orig 2014-07-10 11:21:45.000000000 +0000
|
|
+++ man/CMakeLists.txt
|
|
@@ -25,4 +25,4 @@ endforeach(_m)
|
|
|
|
add_custom_target(man ALL DEPENDS ${_manuals})
|
|
|
|
-install(FILES ${_manuals} DESTINATION "share/man/man1" COMPONENT doc)
|
|
+install(FILES ${_manuals} DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" COMPONENT doc)
|