Date: Wed, 6 Mar 2024 14:40:44 GMT From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d7a38d1dacb9 - main - games/crispy-doom: move manpages to share/man Message-ID: <202403061440.426EeijW048718@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7a38d1dacb98d261e30cc9668f247d22164c8f6 commit d7a38d1dacb98d261e30cc9668f247d22164c8f6 Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2024-03-06 09:18:52 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2024-03-06 14:40:26 +0000 games/crispy-doom: move manpages to share/man - Bump PORTREVISION --- games/crispy-doom/Makefile | 3 ++- games/crispy-doom/pkg-plist | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/games/crispy-doom/Makefile b/games/crispy-doom/Makefile index 9e165b9d3dc0..122a5bc07189 100644 --- a/games/crispy-doom/Makefile +++ b/games/crispy-doom/Makefile @@ -1,7 +1,7 @@ PORTNAME= crispy-doom PORTVERSION= 6.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org @@ -21,6 +21,7 @@ CONFLICTS_INSTALL= chocolate-doom USE_CSTD= c99 USE_SDL= mixer2 net2 sdl2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip SHEBANG_FILES= man/docgen man/simplecpp diff --git a/games/crispy-doom/pkg-plist b/games/crispy-doom/pkg-plist index 847ebe61dc2b..5507f96bb01e 100644 --- a/games/crispy-doom/pkg-plist +++ b/games/crispy-doom/pkg-plist @@ -7,23 +7,23 @@ bin/crispy-hexen-setup bin/crispy-server bin/crispy-strife bin/crispy-strife-setup -man/man5/crispy-doom.cfg.5.gz -man/man5/crispy-heretic.cfg.5.gz -man/man5/crispy-hexen.cfg.5.gz -man/man5/crispy-strife.cfg.5.gz -man/man5/default.cfg.5.gz -man/man5/heretic.cfg.5.gz -man/man5/hexen.cfg.5.gz -man/man5/strife.cfg.5.gz -man/man6/crispy-doom-setup.6.gz -man/man6/crispy-doom.6.gz -man/man6/crispy-heretic-setup.6.gz -man/man6/crispy-heretic.6.gz -man/man6/crispy-hexen-setup.6.gz -man/man6/crispy-hexen.6.gz -man/man6/crispy-server.6.gz -man/man6/crispy-strife-setup.6.gz -man/man6/crispy-strife.6.gz +share/man/man5/crispy-doom.cfg.5.gz +share/man/man5/crispy-heretic.cfg.5.gz +share/man/man5/crispy-hexen.cfg.5.gz +share/man/man5/crispy-strife.cfg.5.gz +share/man/man5/default.cfg.5.gz +share/man/man5/heretic.cfg.5.gz +share/man/man5/hexen.cfg.5.gz +share/man/man5/strife.cfg.5.gz +share/man/man6/crispy-doom-setup.6.gz +share/man/man6/crispy-doom.6.gz +share/man/man6/crispy-heretic-setup.6.gz +share/man/man6/crispy-heretic.6.gz +share/man/man6/crispy-hexen-setup.6.gz +share/man/man6/crispy-hexen.6.gz +share/man/man6/crispy-server.6.gz +share/man/man6/crispy-strife-setup.6.gz +share/man/man6/crispy-strife.6.gz share/applications/io.github.fabiangreffrath.Doom.desktop share/applications/io.github.fabiangreffrath.Heretic.desktop share/applications/io.github.fabiangreffrath.Hexen.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061440.426EeijW048718>