git: 6677d08a7b69 - main - math/gnubc: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 19:25:41 UTC
The branch main has been updated by bofh:

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

commit 6677d08a7b6916e78dbc2df8f868eb24a82ca8ee
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 18:23:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 19:25:22 +0000

    math/gnubc: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 math/gnubc/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/math/gnubc/Makefile b/math/gnubc/Makefile
index ed3f8960d781..337810570132 100644
--- a/math/gnubc/Makefile
+++ b/math/gnubc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bc
 DISTVERSION=	1.07.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu
@@ -17,13 +17,14 @@ BROKEN_powerpc64=	fails to build: tests fail with error code 2
 USES=		cpe libedit makeinfo
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=	--with-libedit
 INFO=		bc \
 		dc
 PLIST_FILES=	bin/bc \
 		bin/dc \
-		man/man1/bc.1.gz \
-		man/man1/dc.1.gz
+		share/man/man1/bc.1.gz \
+		share/man/man1/dc.1.gz
 PORTEXAMPLES=	ckbook.b \
 		pi.b \
 		primes.b \