Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:26:54 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eb560f0e47c - main - games/xboing: use ${PREFIX}/share/man
Message-ID:  <202401122026.40CKQsPL054617@gitrepo.freebsd.org>

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

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

commit 4eb560f0e47cc1d49da9a96cac03a7ad69253dec
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-12 20:26:05 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-12 20:26:36 +0000

    games/xboing: use ${PREFIX}/share/man
---
 games/xboing/Makefile  | 3 ++-
 games/xboing/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index d0d91a532bb4..d65f97138487 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xboing
 PORTVERSION=	2.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	XCONTRIB/games
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -13,6 +13,7 @@ LICENSE=	MIT
 USES=		cpe imake xorg
 USE_XORG=	xpm xext x11
 
+MAKE_ARGS+=	MANPATH="${PREFIX}/share/man"
 WRKSRC=		${WRKDIR}/xboing
 
 OPTIONS_DEFINE=SOUND
diff --git a/games/xboing/pkg-plist b/games/xboing/pkg-plist
index d83669a7a0d0..243906f7a380 100644
--- a/games/xboing/pkg-plist
+++ b/games/xboing/pkg-plist
@@ -82,7 +82,6 @@ lib/X11/xboing/levels/level78.data
 lib/X11/xboing/levels/level79.data
 lib/X11/xboing/levels/level80.data
 lib/X11/xboing/levels/new.data
-man/man1/xboing.1.gz
 %%SOUND%%lib/X11/xboing/sounds/Doh1.au
 %%SOUND%%lib/X11/xboing/sounds/Doh2.au
 %%SOUND%%lib/X11/xboing/sounds/Doh3.au
@@ -130,6 +129,7 @@ man/man1/xboing.1.gz
 %%SOUND%%lib/X11/xboing/sounds/wzzz2.au
 %%SOUND%%lib/X11/xboing/sounds/youagod.au
 lib/X11/xboing/problems.doc
+share/man/man1/xboing.1.gz
 @postexec touch %D/lib/X11/xboing/.xboing.scr
 @rmtry(root,games,664) lib/X11/xboing/.xboing.scr
 @dir(root,games,775) lib/X11/xboing



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