git: 78f30c807151 - main - games/xteddy: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 09:03:36 UTC
The branch main has been updated by bofh:

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

commit 78f30c807151538d03fee13705a3f3fd4190413d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:30:28 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:03:10 +0000

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

diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
index 7faf837b0d25..99fce586e386 100644
--- a/games/xteddy/Makefile
+++ b/games/xteddy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xteddy
 PORTVERSION=	2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://webstaff.itn.liu.se/~stegu/xteddy/
 
@@ -15,11 +15,12 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
 USES=		localbase pkgconfig
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 LDFLAGS+=	-lXext
 
 PLIST_FILES=	bin/xteddy bin/xteddy_test bin/xtoys \
-		man/man6/xteddy.6.gz \
+		share/man/man6/xteddy.6.gz \
 		%%DATADIR%%/teddy.png %%DATADIR%%/xalex.png \
 		%%DATADIR%%/xbobo.png %%DATADIR%%/xbrummi.png \
 		%%DATADIR%%/xcherubino.png %%DATADIR%%/xduck.png \