git: af9751dc8369 - main - sysutils/hwstat: Move man pages to share/man

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 05 Mar 2024 23:39:38 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af9751dc83696137319e4c1c0600753c6fa47395

commit af9751dc83696137319e4c1c0600753c6fa47395
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-05 20:43:42 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-05 23:35:42 +0000

    sysutils/hwstat: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/hwstat/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile
index a7c415f14ae1..e15f7c1e865b 100644
--- a/sysutils/hwstat/Makefile
+++ b/sysutils/hwstat/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hwstat
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/hwstat/
 
@@ -11,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		uidfix
-MAKE_ARGS+=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
-PLIST_FILES=	bin/hwstat man/man1/hwstat.1.gz
+MAKE_ARGS+=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man
+PLIST_FILES=	bin/hwstat share/man/man1/hwstat.1.gz
 
 .include <bsd.port.mk>