git: 3932649a9f90 - main - sysutils/whowatch: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 07:41:53 UTC
The branch main has been updated by bofh:

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

commit 3932649a9f90332fd36248980e9a5f2533fd0307
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 07:35:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:35:07 +0000

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

diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 802419b9cd36..f1ccc7bad7e0 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	whowatch
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://wizard.ae.krakow.pl/~mike/download/ \
 		PACKETSTORM/UNIX/IDS
@@ -14,8 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		ncurses
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/whowatch man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/whowatch share/man/man1/${PORTNAME}.1.gz
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \