git: 4491910cf1e5 - main - net/qadsl: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 10:05:52 UTC
The branch main has been updated by bofh:

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

commit 4491910cf1e548a83b7d3fb0d4cf2de5a56eaed3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 09:53:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:05:26 +0000

    net/qadsl: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/qadsl/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile
index 1c4c259af485..1710611d0174 100644
--- a/net/qadsl/Makefile
+++ b/net/qadsl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qadsl
 PORTVERSION=	1.3.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/alive
 
@@ -15,13 +15,14 @@ USE_RC_SUBR=	qadsl
 SUB_FILES=	pkg-message
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-global-cfg=${PREFIX}/etc/qadsl.conf \
 		--with-pidfile=/var/run/qadsl.pid
 
 INFO=		qadsl
 PLIST_FILES=	sbin/qadsl etc/qadsl.conf.sample \
-		man/man5/qadsl.conf.5.gz \
-		man/man8/qadsl.8.gz
+		share/man/man5/qadsl.conf.5.gz \
+		share/man/man8/qadsl.8.gz
 
 post-extract:
 	@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample