summaryrefslogtreecommitdiff
path: root/math/cgal/patches
diff options
context:
space:
mode:
authorreinoud <reinoud>2012-02-27 12:46:27 +0000
committerreinoud <reinoud>2012-02-27 12:46:27 +0000
commitffa7de0e8bdb08fd92477ae42eff9d14d2feb9f0 (patch)
tree1e8f3305d8bc4c6a84b9ba5ed304f2a65d25d9db /math/cgal/patches
parente722fb82cae5a3443d4bbed37a069cfbd6fe3453 (diff)
downloadpkgsrc-ffa7de0e8bdb08fd92477ae42eff9d14d2feb9f0.tar.gz
Import math/cgal version 3.9, Computational Geometry Algorithms Library
Diffstat (limited to 'math/cgal/patches')
-rw-r--r--math/cgal/patches/patch-manpage-installation15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/cgal/patches/patch-manpage-installation b/math/cgal/patches/patch-manpage-installation
new file mode 100644
index 00000000000..3608c4c1183
--- /dev/null
+++ b/math/cgal/patches/patch-manpage-installation
@@ -0,0 +1,15 @@
+$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"
+ )
+