git: d3dbe8efc994 - main - mail/hbiff: Sanitize MANPREFIX

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

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

commit d3dbe8efc99441cd8b4798849241d620ef4f6a08
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:10:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:28:59 +0000

    mail/hbiff: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 mail/hbiff/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail/hbiff/Makefile b/mail/hbiff/Makefile
index 8792e829d8f7..42ea09a5d490 100644
--- a/mail/hbiff/Makefile
+++ b/mail/hbiff/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hbiff
 PORTVERSION=	1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/misc/  \
 		LOCAL/obrien
@@ -14,7 +14,7 @@ USE_XORG=	x11
 CFLAGS+=	-L${LOCALBASE}/lib
 LDFLAGS+=	-lX11
 
-PLIST_FILES=	bin/hbiff man/man1/hbiff.1.gz
+PLIST_FILES=	bin/hbiff share/man/man1/hbiff.1.gz
 
 .include <bsd.port.pre.mk>
 
@@ -30,6 +30,6 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.post.mk>