git: e0c6de026e0a - main - math/wcalc: Moved man to share/man

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

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

commit e0c6de026e0af5a252a83a96e28da02f91f8bf76
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 20:31:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 20:38:51 +0000

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

diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile
index c136688df00a..2003109dd9c9 100644
--- a/math/wcalc/Makefile
+++ b/math/wcalc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wcalc
 PORTVERSION=	2.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF/w-calc/Wcalc/${PORTVERSION}
 
@@ -16,8 +16,9 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 USES=		localbase readline
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/wcalc \
-		man/man1/wcalc.1.gz
+		share/man/man1/wcalc.1.gz
 
 .include <bsd.port.mk>