aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-07 13:09:46 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-07 13:30:33 +0000
commitc01e1693977f6ba30689fdd58aaccf574928b64f (patch)
tree1a82d6aa88f1378821e9699cd1bebd8a09942035
parent3dfd92b722ccaac3c1eb464d2e67bb160a0e88de (diff)
downloadports-c01e1693977f6ba30689fdd58aaccf574928b64f.tar.gz
ports-c01e1693977f6ba30689fdd58aaccf574928b64f.zip
ftp/axel: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--ftp/axel/Makefile4
1 files changed, 3 insertions, 1 deletions
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>