diff options
author | jlam <jlam@pkgsrc.org> | 2017-08-19 00:23:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2017-08-19 00:23:36 +0000 |
commit | 3aba41bfc1c8d9bf00347be05986b707ff0bd022 (patch) | |
tree | cc9c9545bca99daf4628d3aad3238ad487db3796 /net | |
parent | c39698eeafcb68caa7b05ba62b31e7d692f5085a (diff) | |
download | pkgsrc-3aba41bfc1c8d9bf00347be05986b707ff0bd022.tar.gz |
net/ocsync: Install manpages into ${PKGMANDIR}.
This project uses CMake to configure the software. Force the
manpages to be installed into ${CMAKE_INSTALL_MANDIR}, which is
defined by the included GNUInstallDirs CMake module. The correct
environment variables are passed so that ${CMAKE_INSTALL_MANDIR}
points into ${PKGMANDIR}.
Diffstat (limited to 'net')
-rw-r--r-- | net/ocsync/distinfo | 4 | ||||
-rw-r--r-- | net/ocsync/patches/patch-cmake_Modules_DefineInstallationPaths.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ocsync/distinfo b/net/ocsync/distinfo index ef8e286869d..db9216939ba 100644 --- a/net/ocsync/distinfo +++ b/net/ocsync/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:17 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/08/19 00:23:36 jlam Exp $ SHA1 (ocsync-0.90.4.tar.bz2) = d53a64177addc9fcdd831a0a78786eca25b2588a RMD160 (ocsync-0.90.4.tar.bz2) = b6208a9c0ae452f16f0ced32c1b5635df06d3b99 SHA512 (ocsync-0.90.4.tar.bz2) = 74bf6b083ae4d4c09e3915d777d916a04ebb19aefb21a5a14a49e2079e02c5c60f1f274aa0cab5c227147883eaf1a5f91b6c0546b818c960cc3575cdcdd93d57 Size (ocsync-0.90.4.tar.bz2) = 4630698 bytes -SHA1 (patch-cmake_Modules_DefineInstallationPaths.cmake) = 785dbb9f7c7f7fb6218470985818145f87f0688c +SHA1 (patch-cmake_Modules_DefineInstallationPaths.cmake) = 1ce32ae21fe331d1ebf5bd5a5941e405a7eb4b06 SHA1 (patch-config_CMakeLists.txt) = b387f38a79d9f85e3f67060a2cb689bb13dd1c28 SHA1 (patch-src_std_c__string.c) = 65927e8f7c222edfde66136a331ae81b0f4fcd4c diff --git a/net/ocsync/patches/patch-cmake_Modules_DefineInstallationPaths.cmake b/net/ocsync/patches/patch-cmake_Modules_DefineInstallationPaths.cmake index 7815e329ea2..7fdbabc4f0c 100644 --- a/net/ocsync/patches/patch-cmake_Modules_DefineInstallationPaths.cmake +++ b/net/ocsync/patches/patch-cmake_Modules_DefineInstallationPaths.cmake @@ -1,4 +1,4 @@ -$NetBSD: patch-cmake_Modules_DefineInstallationPaths.cmake,v 1.1 2013/11/22 12:01:13 ryoon Exp $ +$NetBSD: patch-cmake_Modules_DefineInstallationPaths.cmake,v 1.2 2017/08/19 00:23:36 jlam Exp $ * Fix man pages destination @@ -9,7 +9,7 @@ $NetBSD: patch-cmake_Modules_DefineInstallationPaths.cmake,v 1.1 2013/11/22 12:0 ) SET(MAN_INSTALL_DIR - "${SHARE_INSTALL_PREFIX}/man" -+ "${CMAKE_INSTALL_PREFIX}/man" ++ "${CMAKE_INSTALL_MANDIR}" CACHE PATH "The ${APPLICATION_NAME} man install dir (default prefix/man)" ) SET(INFO_INSTALL_DIR |