git: c01e1693977f - main - ftp/axel: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Thu, 07 Mar 2024 13:30:48 UTC
The branch main has been updated by eduardo:

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

commit c01e1693977f6ba30689fdd58aaccf574928b64f
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-07 13:09:46 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-07 13:30:33 +0000

    ftp/axel: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 ftp/axel/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index 1f3bcce47a46..f20daa6a005b 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	axel
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.17.12
+PORTREVISION=	1
 CATEGORIES=	ftp
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -19,10 +20,11 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	axel-download-accelerator
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFIGURE_ARGS=	--with-ssl=openssl
 
 PLIST_FILES=	bin/axel \
-		man/man1/axel.1.gz
+		share/man/man1/axel.1.gz
 
 .include <bsd.port.mk>