summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 12:17:33 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 12:17:33 +0000
commitf1a52ad74d78f474b99bfe6a7e8180690c5b714f (patch)
treec73e024abff83025e61bc132aa07902aa49ce52a /math
parent5e565017d285dc697c4754a0409ec52b0f4a94f1 (diff)
downloadpkgsrc-f1a52ad74d78f474b99bfe6a7e8180690c5b714f.tar.gz
Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR.
Diffstat (limited to 'math')
-rw-r--r--math/cgal/distinfo4
-rw-r--r--math/cgal/patches/patch-manpage-installation4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/cgal/distinfo b/math/cgal/distinfo
index 6f6a357605f..f846fb24c24 100644
--- a/math/cgal/distinfo
+++ b/math/cgal/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2016/01/17 15:17:09 joerg Exp $
+$NetBSD: distinfo,v 1.7 2016/04/01 12:17:33 jperkin Exp $
SHA1 (CGAL-3.9.tar.gz) = cc99fad7116f221b6301326834f71ff65cebf2eb
RMD160 (CGAL-3.9.tar.gz) = 0a5a929ecedeeac3833ec90f802b7f5ac069ad47
@@ -8,5 +8,5 @@ SHA1 (patch-include_CGAL_Mesh__2_Do__not__refine__edges.h) = 5a66b2ff56d3e20e554
SHA1 (patch-include_CGAL_Qt_GraphicsItem.h) = 34f78072a610d7054d9b879aa697b96b7ee62e5a
SHA1 (patch-include_CGAL_Qt_GraphicsViewInput.h) = f842396bfb15a264cf86528781fac90c61c58ce9
SHA1 (patch-include_CGAL_config.h) = ba29667305fc4868a9995048801408e95d75bd41
-SHA1 (patch-manpage-installation) = c664f64ccc9507871c1ada46b983f0d006b13fe6
+SHA1 (patch-manpage-installation) = 1381c12f46ae7b791d78378b742529f77f04136c
SHA1 (patch-src-CMakeLists.txt) = 26e92c17b26bce8f0dd5a97ded689764fd243da0
diff --git a/math/cgal/patches/patch-manpage-installation b/math/cgal/patches/patch-manpage-installation
index 3608c4c1183..2f2f310fdf8 100644
--- a/math/cgal/patches/patch-manpage-installation
+++ b/math/cgal/patches/patch-manpage-installation
@@ -1,4 +1,4 @@
-$NetBSD: patch-manpage-installation,v 1.1.1.1 2012/02/27 12:46:27 reinoud Exp $
+$NetBSD: patch-manpage-installation,v 1.2 2016/04/01 12:17:33 jperkin Exp $
Align manpage installation path with pkgsrc conventions.
@@ -9,7 +9,7 @@ Align manpage installation path with pkgsrc conventions.
)
-set ( CGAL_INSTALL_MAN_DIR "share/man/man1"
-+set ( CGAL_INSTALL_MAN_DIR "man/man1"
++set ( CGAL_INSTALL_MAN_DIR "${CMAKE_INSTALL_MANDIR}/man1"
CACHE STRING "The folder where manual pages for CGAL scripts will be installed, relative to CMAKE_INSTALL_PREFIX"
)