diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:37:22 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:37:22 +0100 |
commit | dd8f14012ed2115c111d79c0798812aea96b74d3 (patch) | |
tree | 9a3bc16ea52173341667f95566369f07c6871abb | |
parent | 44851ff8c9e73e8d771141a7a779939651b4eb6b (diff) | |
download | freebsd-ports-dd8f14012ed2115c111d79c0798812aea96b74d3.zip |
games/prboom: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/prboom/Makefile | 3 | ||||
-rw-r--r-- | 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 |