Date: Sat, 24 Feb 2024 07:48:43 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: 47165f9edfdf - main - games/prboom-plus: Moved man to share/man Message-ID: <202402240748.41O7mhwc024284@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=47165f9edfdfd519a3d97cc4aac83f9cbbbfa5ed commit 47165f9edfdfd519a3d97cc4aac83f9cbbbfa5ed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:38:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:38:11 +0000 games/prboom-plus: Moved man to share/man Approved by: portmgr (blanket) --- games/prboom-plus/Makefile | 3 ++- games/prboom-plus/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile index 6d2af709b358..6256b4eff700 100644 --- a/games/prboom-plus/Makefile +++ b/games/prboom-plus/Makefile @@ -1,6 +1,6 @@ PORTNAME= prboom-plus PORTVERSION= 2.5.1.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF @@ -22,6 +22,7 @@ USE_GL= gl USE_SDL= image mixer net sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-waddir=${DATADIR} DATADIR= ${DMDIR} diff --git a/games/prboom-plus/pkg-plist b/games/prboom-plus/pkg-plist index 7ae2efcf6957..eecde25548f7 100644 --- a/games/prboom-plus/pkg-plist +++ b/games/prboom-plus/pkg-plist @@ -1,8 +1,8 @@ bin/prboom-plus bin/prboom-plus-game-server -man/man5/prboom-plus.cfg.5.gz -man/man6/prboom-plus.6.gz -man/man6/prboom-plus-game-server.6.gz +share/man/man5/prboom-plus.cfg.5.gz +share/man/man6/prboom-plus.6.gz +share/man/man6/prboom-plus-game-server.6.gz %%DATADIR%%/prboom-plus.wad %%PORTDOCS%%%%DOCSDIR%%/MBF.txt %%PORTDOCS%%%%DOCSDIR%%/MBFFAQ.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mhwc024284>