git: c7a0ebe40a8c - main - textproc/pdfgrep: Moved man to share/man

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

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

commit c7a0ebe40a8ccc6faa0895508aa063e2e19d933a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 10:08:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:15 +0000

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

diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index b2488e58c6e8..ab6bf30f21ff 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdfgrep
 PORTVERSION=	2.1.1
-PORTREVISION=	49
+PORTREVISION=	50
 CATEGORIES=	textproc
 MASTER_SITES=	https://pdfgrep.org/download/
 
@@ -16,9 +16,10 @@ LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		compiler:c11 pkgconfig
 
-PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz \
+PLIST_FILES=	bin/pdfgrep share/man/man1/pdfgrep.1.gz \
 		share/bash-completion/completions/pdfgrep \
 		share/zsh/site-functions/_pdfgrep