git: ea49f8210b84 - main - games/scramble: Move man pages to share/man

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

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

commit ea49f8210b84182820832cfb284c02153b266ad7
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 10:48:40 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:53 +0000

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

diff --git a/games/scramble/Makefile b/games/scramble/Makefile
index 22b20a5dd0d9..614e40d509de 100644
--- a/games/scramble/Makefile
+++ b/games/scramble/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scramble
 PORTVERSION=	0.9.5
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://www.shiftygames.com/scramble/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -10,6 +10,7 @@ COMMENT=	From 6 letters you are to create as many words as you can
 WWW=		http://www.shiftygames.com/scramble/scramble.html
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gmake sdl
 USE_SDL=	sdl mixer image ttf
 
@@ -17,7 +18,7 @@ CPPFLAGS+=	`${SDL_CONFIG} --cflags`
 LDFLAGS+=	`${SDL_CONFIG} --libs`
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man6/scramble.6.gz
+		share/man/man6/scramble.6.gz
 PORTDATA=	*
 
 .include <bsd.port.pre.mk>