Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 09:28:02 GMT
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67cd5107f42c - main - games/xbill: Move manual pages to share/man
Message-ID:  <202401230928.40N9S2b1028660@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ak:

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

commit 67cd5107f42c689e4b9ab0f3293dd9ab992c6b2b
Author:     Alex Kozlov <ak@FreeBSD.org>
AuthorDate: 2024-01-23 09:27:23 +0000
Commit:     Alex Kozlov <ak@FreeBSD.org>
CommitDate: 2024-01-23 09:27:23 +0000

    games/xbill: Move manual pages to share/man
---
 games/xbill/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/xbill/Makefile b/games/xbill/Makefile
index 5560b5e9d805..886d87e962e1 100644
--- a/games/xbill/Makefile
+++ b/games/xbill/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xbill
 PORTVERSION=	2.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	http://www.xbill.org/download/
 
@@ -9,6 +9,7 @@ COMMENT=	Save your computers from the evil clutches of Bill
 WWW=		http://www.xbill.org
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--localstatedir=${SCORES_DIR} --disable-gtk
 
 SCORES_DIR?=	${DATADIR}/scores
@@ -21,7 +22,7 @@ DESKTOP_ENTRIES="xBill" \
 		false
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man6/${PORTNAME}.6.gz
+		share/man/man6/${PORTNAME}.6.gz
 
 PORTDATA=	*
 



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