git: aa2174731f87 - main - astro/jday: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 20 Feb 2024 22:10:51 UTC
The branch main has been updated by bofh:

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

commit aa2174731f8737045b688f50accdda49efb78322
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-20 21:43:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-20 22:10:21 +0000

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

diff --git a/astro/jday/Makefile b/astro/jday/Makefile
index 1359d1e6dd42..86a2eb080a52 100644
--- a/astro/jday/Makefile
+++ b/astro/jday/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jday
 PORTVERSION=	2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro
 MASTER_SITES=	SF
 
@@ -10,6 +10,7 @@ WWW=		https://jday.sourceforge.net/
 
 USES=		pathfix libtool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
@@ -19,6 +20,6 @@ PLIST_FILES=	bin/dbd bin/j2d bin/jday \
 		include/jday.h lib/libjday.a \
 		lib/libjday.so lib/libjday.so.2 \
 		lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
-		man/man1/jday.1.gz
+		share/man/man1/jday.1.gz
 
 .include <bsd.port.mk>