Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 07:08: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: 3a2b6e5de3fa - main - games/gnugo: Moved man to share/man
Message-ID:  <202402240708.41O78Ygj056673@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=3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9

commit 3a2b6e5de3fae07abc49141f4c1d7a2ae0f188c9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 06:52:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 07:08:06 +0000

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

diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index d7d3b647a52d..e4fb65710463 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnugo
 PORTVERSION=	3.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	GNU
 
@@ -9,11 +9,12 @@ COMMENT=	The game of Go
 WWW=		https://www.gnu.org/software/gnugo/
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		gmake
 
 INFO=		gnugo
 PLIST_FILES=	bin/gnugo \
-		man/man6/gnugo.6.gz
+		share/man/man6/gnugo.6.gz
 
 post-extract:
 	${RM} ${WRKSRC}/doc/gnugo.info*



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