Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 09:03:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b90bfe2a1e2e - main - games/xlennart: Moved man to share/man
Message-ID:  <202402240903.41O93V8r060213@gitrepo.freebsd.org>

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

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

commit b90bfe2a1e2e14ca75e7f089a5605a8716e795de
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:18:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:03:07 +0000

    games/xlennart: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 games/xlennart/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/xlennart/Makefile b/games/xlennart/Makefile
index 16bc7c44fe23..dadd4bbc3b68 100644
--- a/games/xlennart/Makefile
+++ b/games/xlennart/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xlennart
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,6 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Xylemon
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--localstatedir=${SCORES_DIR}
 
 DESKTOP_ENTRIES="xLennart" \
@@ -24,7 +25,7 @@ DESKTOP_ENTRIES="xLennart" \
 		false
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man6/${PORTNAME}.6.gz
+		share/man/man6/${PORTNAME}.6.gz
 PORTDATA=	*
 
 OPTIONS_DEFAULT=		GTK



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