Date: Mon, 18 Mar 2024 11:38:35 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7aeb03334db2 - main - games/xgalaga: Move man pages to share/man Message-ID: <202403181138.42IBcZVj061047@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aeb03334db2e69ec1254e8c3417e8704e56eedb commit 7aeb03334db2e69ec1254e8c3417e8704e56eedb Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-18 11:23:37 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-18 11:38:13 +0000 games/xgalaga: Move man pages to share/man Approved by: portmgr (blanket) --- games/xgalaga/Makefile | 3 ++- games/xgalaga/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index 42417bcf08a5..844d4e6e6fcb 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,5 +1,6 @@ PORTNAME= xgalaga PORTVERSION= 2.1.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} @@ -18,7 +19,7 @@ HAS_CONFIGURE= yes # xgalaga has a very strange usage of these variables... CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \ - --mandir=${LOCALBASE}/man \ + --mandir=${LOCALBASE}/share/man \ --exec_prefix=${LOCALBASE}/bin OPTIONS_DEFINE= SOUND diff --git a/games/xgalaga/pkg-plist b/games/xgalaga/pkg-plist index 263303f9a559..b9a6c8ba0c4c 100644 --- a/games/xgalaga/pkg-plist +++ b/games/xgalaga/pkg-plist @@ -25,4 +25,4 @@ lib/X11/xgalaga/levels/level13.xgl lib/X11/xgalaga/levels/level14.xgl lib/X11/xgalaga/levels/level15.xgl lib/X11/xgalaga/CREDITS -man/man6/xgalaga.6x.gz +share/man/man6/xgalaga.6x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181138.42IBcZVj061047>