Date: Sat, 24 Feb 2024 07:48:42 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: dd8f14012ed2 - main - games/prboom: Moved man to share/man Message-ID: <202402240748.41O7mgm3024233@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=dd8f14012ed2115c111d79c0798812aea96b74d3 commit dd8f14012ed2115c111d79c0798812aea96b74d3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:37:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:37:22 +0000 games/prboom: Moved man to share/man Approved by: portmgr (blanket) --- games/prboom/Makefile | 3 ++- games/prboom/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/games/prboom/Makefile b/games/prboom/Makefile index f402dce9d7f9..9ffe885098a1 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,6 +1,6 @@ PORTNAME= prboom PORTVERSION= 2.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} @@ -18,6 +18,7 @@ USE_GL= gl USE_SDL= mixer net sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-i386-asm CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/prboom/pkg-plist b/games/prboom/pkg-plist index ff4a9150ee12..2e8c8ccf32fc 100644 --- a/games/prboom/pkg-plist +++ b/games/prboom/pkg-plist @@ -1,8 +1,8 @@ bin/prboom bin/prboom-game-server -man/man5/boom.cfg.5.gz -man/man6/prboom-game-server.6.gz -man/man6/prboom.6.gz +share/man/man5/boom.cfg.5.gz +share/man/man6/prboom-game-server.6.gz +share/man/man6/prboom.6.gz %%DATADIR%%/prboom.wad %%DOCSDIR%%-%%PORTVERSION%%/boom.txt %%DOCSDIR%%-%%PORTVERSION%%/MBF.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mgm3024233>