git: 3085ceebaf96 - main - textproc/miller: Moved man to share/man

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

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

commit 3085ceebaf96d74efede79f9691a40fcddd8ffd6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 09:47:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:14 +0000

    textproc/miller: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/miller/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile
index 68b7d0cbeda8..7dea1c4bc744 100644
--- a/textproc/miller/Makefile
+++ b/textproc/miller/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	miller
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.10.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	jungleboogie0+mlr@gmail.com
@@ -16,8 +17,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	johnkerl
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 TEST_TARGET=	check
 
-PLIST_FILES=	bin/mlr man/man1/mlr.1.gz
+PLIST_FILES=	bin/mlr share/man/man1/mlr.1.gz
 
 .include <bsd.port.mk>