git: 98e56d8a6362 - main - sysutils/rdate: Moved man to share/man

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

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

commit 98e56d8a6362963cf5dcc5165e1da34f7ac916be
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 06:38:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:04:45 +0000

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

diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile
index 8b37150fbb6b..2b854e35092a 100644
--- a/sysutils/rdate/Makefile
+++ b/sysutils/rdate/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rdate
 PORTVERSION=	20150501
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/johans/rdate/ \
 		LOCAL/johans
@@ -9,7 +10,7 @@ COMMENT=	Sets the clock of the local host to the time of another host
 
 CFLAGS+=	-DNO_UTIL -D__dead= -D'SA_LEN(x)=(x)->sa_len'
 WRKSRC=		${WRKDIR}/${PORTNAME}
-PLIST_FILES=	sbin/rdate man/man8/${PORTNAME}.8.gz
+PLIST_FILES=	sbin/rdate share/man/man8/${PORTNAME}.8.gz
 
 .include <bsd.port.pre.mk>
 
@@ -24,6 +25,6 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/rdate ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/rdate.8 ${STAGEDIR}${PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/rdate.8 ${STAGEDIR}${PREFIX}/share/man/man8
 
 .include <bsd.port.post.mk>