git: 1f42b0e19d75 - main - textproc/ffe: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Fri, 22 Mar 2024 22:05:46 UTC
The branch main has been updated by eduardo:

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

commit 1f42b0e19d75553165fbbf32114353b900983016
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 21:23:18 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:27 +0000

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

diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile
index 051d60163c9a..410f21c75636 100644
--- a/textproc/ffe/Makefile
+++ b/textproc/ffe/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffe
 DISTVERSION=	0.3.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/ff-extractor/ff-extractor/${DISTVERSION}
 
@@ -14,11 +14,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		makeinfo localbase
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CFLAGS+=	-std=gnu89	# Requires GNU89 inline semantics.
 
 INFO=		ffe
 PORTDOCS=	ffe.html
-PLIST_FILES=	bin/ffe man/man1/ffe.1.gz
+PLIST_FILES=	bin/ffe share/man/man1/ffe.1.gz
 
 OPTIONS_DEFINE=		DOCS GCRYPT
 GCRYPT_CONFIGURE_WITH=	libgcrypt-prefix="${LOCALBASE}"