Date: Sat, 24 Feb 2024 08:16:36 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: 34c3346b7a7c - main - games/xbubble: Moved man to share/man Message-ID: <202402240816.41O8GaeX076066@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=34c3346b7a7ca23209fbace103b9c4351cd4cbee commit 34c3346b7a7ca23209fbace103b9c4351cd4cbee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:12:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 08:12:33 +0000 games/xbubble: Moved man to share/man Approved by: portmgr (blanket) --- games/xbubble/Makefile | 3 ++- games/xbubble/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index a47990e4fb76..9d60319f1839 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -1,6 +1,6 @@ PORTNAME= xbubble PORTVERSION= 0.5.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= GENTOO @@ -17,6 +17,7 @@ USES= gmake localbase:ldflags xorg USE_XORG= x11 xmu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/games/xbubble/pkg-plist b/games/xbubble/pkg-plist index 0979c4db284a..3d03a828a932 100644 --- a/games/xbubble/pkg-plist +++ b/games/xbubble/pkg-plist @@ -1,5 +1,5 @@ bin/xbubble -man/man6/xbubble.6.gz +share/man/man6/xbubble.6.gz %%NLS%%share/locale/fr/LC_MESSAGES/xbubble.mo %%DATADIR%%/baskvli.pfb %%DATADIR%%/fonts.dir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240816.41O8GaeX076066>