Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 13:30:48 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c01e1693977f - main - ftp/axel: Move man pages to share/man
Message-ID:  <202403071330.427DUmnC065507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403071330.427DUmnC065507>