15 lines
624 B
Text
15 lines
624 B
Text
$NetBSD: patch-manpage-installation,v 1.1.1.1 2012/02/27 12:46:27 reinoud Exp $
|
|
|
|
Align manpage installation path with pkgsrc conventions.
|
|
|
|
--- CMakeLists.txt.orig 2010-09-17 19:00:59.000000000 +0000
|
|
+++ CMakeLists.txt
|
|
@@ -325,7 +325,7 @@ set ( CGAL_INSTALL_DOC_DIR "share/doc/${
|
|
CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX"
|
|
)
|
|
|
|
-set ( CGAL_INSTALL_MAN_DIR "share/man/man1"
|
|
+set ( CGAL_INSTALL_MAN_DIR "man/man1"
|
|
CACHE STRING "The folder where manual pages for CGAL scripts will be installed, relative to CMAKE_INSTALL_PREFIX"
|
|
)
|
|
|