From db6de1b8d281fc1e0ead3a9013b6a82a92f9f3fb Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Thu, 21 Mar 2024 16:45:51 +0000 Subject: [PATCH] security/kbfsd: Move man pages to share/man Approved by: portmgr (blanket) --- security/kbfsd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/kbfsd/Makefile b/security/kbfsd/Makefile index 0fd321412c3e..78fb823cd172 100644 --- a/security/kbfsd/Makefile +++ b/security/kbfsd/Makefile @@ -1,6 +1,7 @@ PORTNAME= kbfsd DISTVERSIONPREFIX= v DISTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= 0mp@FreeBSD.org @@ -16,9 +17,11 @@ RUN_DEPENDS= keybase>=3.0.0_1:security/keybase \ USE_GITHUB= yes GH_ACCOUNT= 0mp +MAKE_ENV= MANDIR=${STAGEDIR}${PREFIX}/share/man + NO_ARCH= yes PLIST_FILES= etc/rc.d/kbfsd \ - man/man5/kbfsd.5.gz + share/man/man5/kbfsd.5.gz .include