git: 436562980ef0 - main - misc/tzdiff: Sanitize MANPREFIX

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 22 Jan 2024 17:34:33 UTC
The branch main has been updated by bofh:

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

commit 436562980ef0786b8300dd765efbbcce2e06c7ce
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 16:53:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:23 +0000

    misc/tzdiff: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 misc/tzdiff/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/tzdiff/Makefile b/misc/tzdiff/Makefile
index 02a3593c7af5..ba725ce60782 100644
--- a/misc/tzdiff/Makefile
+++ b/misc/tzdiff/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tzdiff
 DISTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	naito.yuichiro@gmail.com
@@ -15,12 +16,12 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/tzdiff \
-		man/man1/tzdiff.1.gz
+		share/man/man1/tzdiff.1.gz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
 	    ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/tzdiff.1 \
-	    ${STAGEDIR}${MANPREFIX}/man/man1
+	    ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>