Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 08:31:27 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ce5fba03fbc - main - games/fillets-ng: Move man pages to share/man
Message-ID:  <202403090831.4298VRQk024342@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 2ce5fba03fbc035ce041ad475418fb4fde21d07f
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 08:05:14 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 08:31:03 +0000

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

diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile
index 53a6db58e484..27fa558b346d 100644
--- a/games/fillets-ng/Makefile
+++ b/games/fillets-ng/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fillets-ng
 PORTVERSION=	1.0.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 MASTER_SITES=	SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${PORTVERSION} \
 		SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${DATAVERSION}:data
@@ -21,6 +21,7 @@ USE_CXXSTD=	c++14
 USE_SDL=	sdl mixer image ttf
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--datadir="${DATADIR}"
 CONFIGURE_ENV=	LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \
 		LUA_CFLAGS="-I${LUA_INCDIR}"
@@ -32,7 +33,7 @@ DESKTOP_ENTRIES="Fish Fillets - Next Generation" \
 		"Game;LogicGame;" \
 		false
 
-PLIST_FILES=	bin/fillets man/man6/fillets.6.gz
+PLIST_FILES=	bin/fillets share/man/man6/fillets.6.gz
 PORTDATA=	*
 PORTDOCS=	*
 



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