Date: Sat, 24 Feb 2024 07:08:32 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: 3ba2a1c6bb5b - main - games/glaxium: Moved man to share/man Message-ID: <202402240708.41O78Wjm056577@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=3ba2a1c6bb5b8ba9cf64eea64a63beaefc7487fe commit 3ba2a1c6bb5b8ba9cf64eea64a63beaefc7487fe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 06:50:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:08:05 +0000 games/glaxium: Moved man to share/man Approved by: portmgr (blanket) --- games/glaxium/Makefile | 3 ++- games/glaxium/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 410728565a4d..5c998a94baa6 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaxium PORTVERSION= 0.5 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,7 @@ USES= dos2unix gl gmake sdl USE_SDL= sdl mixer USE_GL= glut GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ALL_TARGET= ${PORTNAME} DOS2UNIX_FILES= variables.cpp scene.cpp diff --git a/games/glaxium/pkg-plist b/games/glaxium/pkg-plist index dd614da3571f..e28bd62ffc4f 100644 --- a/games/glaxium/pkg-plist +++ b/games/glaxium/pkg-plist @@ -1,5 +1,5 @@ bin/glaxium -man/man6/glaxium.6.gz +share/man/man6/glaxium.6.gz %%DATADIR%%/samples/detection.wav %%DATADIR%%/samples/explode1.wav %%DATADIR%%/samples/explode2.wav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240708.41O78Wjm056577>