git: 74880ffe792f - main - games/torrent: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 11:05:28 UTC
The branch main has been updated by eduardo:

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

commit 74880ffe792fca3cd3321eb66f54dcbf694101d8
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 10:59:30 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:54 +0000

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

diff --git a/games/torrent/Makefile b/games/torrent/Makefile
index 114d2e85e1cd..ed3993b73bce 100644
--- a/games/torrent/Makefile
+++ b/games/torrent/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	torrent
 PORTVERSION=	0.8.2
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://www.shiftygames.com/torrent/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -10,13 +10,14 @@ COMMENT=	Score points without letting the tiles touch the top of the board
 WWW=		http://www.shiftygames.com/torrent/torrent.html
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gmake sdl
 USE_SDL=	sdl mixer image ttf
 
 CPPFLAGS+=	`${SDL_CONFIG} --cflags`
 LDFLAGS+=	`${SDL_CONFIG} --libs`
 
-PLIST_FILES=	bin/${PORTNAME} man/man6/torrent.6.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man6/torrent.6.gz
 PORTDATA=	*
 
 post-extract: