git: c3c52431a886 - main - net/bsdrcmds: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sun, 24 Mar 2024 10:51:07 UTC
The branch main has been updated by eduardo:

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

commit c3c52431a886f879148e93efd62cdf8b5809629d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-24 09:44:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-24 10:50:38 +0000

    net/bsdrcmds: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/bsdrcmds/Makefile  |  3 ++-
 net/bsdrcmds/pkg-plist | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net/bsdrcmds/Makefile b/net/bsdrcmds/Makefile
index 4fcb32a403ee..286637278662 100644
--- a/net/bsdrcmds/Makefile
+++ b/net/bsdrcmds/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bsdrcmds
 PORTVERSION=	20171003.01
+PORTREVISION=	1
 CATEGORIES=	net
 
 USE_GITHUB=	yes
@@ -12,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 USES=		uidfix
 
-MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE}
+MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE} MANDIR=${PREFIX}/share/man/man
 MAKE_ENV+=		MK_WERROR=no
 
 OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
diff --git a/net/bsdrcmds/pkg-plist b/net/bsdrcmds/pkg-plist
index 959caed5213d..522e92c9fe0c 100644
--- a/net/bsdrcmds/pkg-plist
+++ b/net/bsdrcmds/pkg-plist
@@ -1,10 +1,10 @@
 @(,,4555) bin/rsh
 @(,,4555) bin/rlogin
 @(,,4555) bin/rcp
-man/man8/rlogind.8.gz
-man/man8/rshd.8.gz
-man/man1/rsh.1.gz
-man/man1/rlogin.1.gz
-man/man1/rcp.1.gz
 sbin/rlogind
 sbin/rshd
+share/man/man8/rlogind.8.gz
+share/man/man8/rshd.8.gz
+share/man/man1/rsh.1.gz
+share/man/man1/rlogin.1.gz
+share/man/man1/rcp.1.gz