From e0e0075920db4a35ee465f38797731ec0047afef Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Tue, 7 Feb 2017 23:42:41 +0100 Subject: [PATCH] doc: Have install put manpages in the FreeBSD correct location Signed-off-by: Willem Jan Withagen --- do_freebsd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do_freebsd.sh b/do_freebsd.sh index e4c7e0bbc9eb1..c3229e79fc57a 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -49,7 +49,8 @@ rm -rf build && ./do_cmake.sh "$*" \ -D WITH_KRBD=OFF \ -D WITH_XFS=OFF \ -D WITH_KVS=OFF \ - -D WITH_MANPAGE=OFF \ + -D WITH_MANPAGE=ON \ + -D CEPH_MAN_DIR=man \ -D WITH_LIBCEPHFS=OFF \ -D WITH_CEPHFS=OFF \ 2>&1 | tee cmake.log