git: 67b171370c6a - main - net-mgmt/softflowd: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 07:36:00 UTC
The branch main has been updated by bofh:

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

commit 67b171370c6a1b1d5ff44f5711ad271ef5a77b9b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:52:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:52:33 +0000

    net-mgmt/softflowd: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/softflowd/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile
index 6cd55c8c50b1..3f4b9fb57983 100644
--- a/net-mgmt/softflowd/Makefile
+++ b/net-mgmt/softflowd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	softflowd
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	softflowd-
 CATEGORIES=	net-mgmt
 
@@ -11,13 +12,14 @@ LICENSE=	BSD2CLAUSE
 
 USES=		gmake autoreconf
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_GITHUB=	yes
 GH_ACCOUNT=	irino
 USE_RC_SUBR=	${PORTNAME}
 
 PLIST_FILES=	bin/softflowd bin/softflowctl \
-		man/man8/softflowd.8.gz \
-		man/man8/softflowctl.8.gz
+		share/man/man8/softflowd.8.gz \
+		share/man/man8/softflowctl.8.gz
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS