Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 09:03:34 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: 147251ce8737 - main - games/xshogi: Moved man to share/man
Message-ID:  <202402240903.41O93Yuu060356@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=147251ce87379bab7fcb064b4fe5c5dca65c7d88

commit 147251ce87379bab7fcb064b4fe5c5dca65c7d88
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:24:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:03:09 +0000

    games/xshogi: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 games/xshogi/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games/xshogi/Makefile b/games/xshogi/Makefile
index 553d1ec90e1a..b8af8014caab 100644
--- a/games/xshogi/Makefile
+++ b/games/xshogi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xshogi
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	GNU/gnushogi
 
@@ -11,11 +12,12 @@ RUN_DEPENDS=	gnushogi:games/gnushogi
 USES=		xorg
 USE_XORG=	xt xaw x11
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 PORTDOCS=	README.xboard BUGS
-PLIST_FILES=	bin/xshogi man/man6/xshogi.6.gz
+PLIST_FILES=	bin/xshogi share/man/man6/xshogi.6.gz
 
 OPTIONS_DEFINE=	DOCS
 



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