git: 52457d261980 - main - misc/nsf: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 20:43:54 UTC
The branch main has been updated by bofh:

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

commit 52457d261980377d972abd4321dbfd284903db85
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:24:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:14 +0000

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

diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
index bcae30039112..0ff2fdef1da1 100644
--- a/misc/nsf/Makefile
+++ b/misc/nsf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nsf
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	LOCAL/will
 
@@ -10,11 +11,11 @@ USES=		ncurses
 
 MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 NO_WRKSUBDIR=	yes
-PLIST_FILES=	bin/nsf man/man1/nsf.1.gz
+PLIST_FILES=	bin/nsf share/man/man1/nsf.1.gz
 ALL_TARGET=
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nsf ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>