git: 688e51a79b76 - main - net/nc: Moved man to share/man

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

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

commit 688e51a79b76615582d70b8d5cbb58a4393fe21b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 09:15:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 09:17:58 +0000

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

diff --git a/net/nc/Makefile b/net/nc/Makefile
index 43adfb0ef527..af0e4eae19a7 100644
--- a/net/nc/Makefile
+++ b/net/nc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nc
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SUNSITE/utils/file
 DISTNAME=	ncat-${PORTVERSION}
@@ -10,8 +10,9 @@ COMMENT=	Network aware cat
 WWW=		https://www.kyne.com.au/~mark/software/ncat.php
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/ncat \
-		man/man1/ncat.1.gz
+		share/man/man1/ncat.1.gz
 
 .include <bsd.port.mk>