git: a9db04176f90 - main - textproc/amberfish: Moved man to share/man

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

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

commit a9db04176f90a61b6bf5c5f42845f5923a156e8e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 07:42:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:42:41 +0000

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

diff --git a/textproc/amberfish/Makefile b/textproc/amberfish/Makefile
index d3b9fa1b9acd..956b4d8927de 100644
--- a/textproc/amberfish/Makefile
+++ b/textproc/amberfish/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	amberfish
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc databases
 MASTER_SITES=	SF/${PORTNAME}/Amberfish%20source%20-%20stable/${PORTVERSION}	\
 		http://etymon.com/software/amberfish/stable/
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
 USES=		gmake
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 ALL_TARGET=	all html
 
@@ -26,7 +27,7 @@ PORTDOCS=	*
 OPTIONS_DEFINE=	DOCS
 
 DOCS_USES=	makeinfo
-DOCS_PLIST_FILES=	man/man1/af.1.gz
+DOCS_PLIST_FILES=	share/man/man1/af.1.gz
 
 post-extract:
 	${CP} ${FILESDIR}/porter.cc ${WRKSRC}/src