git: db6de1b8d281 - main - security/kbfsd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 17:10:40 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=db6de1b8d281fc1e0ead3a9013b6a82a92f9f3fb commit db6de1b8d281fc1e0ead3a9013b6a82a92f9f3fb Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 16:45:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 17:10:18 +0000 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 <bsd.port.mk>