Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 08:31:18 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b690e7e2bd8 - main - games/chromium-bsu: Move man pages to share/man
Message-ID:  <202403090831.4298VIWs023974@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b690e7e2bd8a26d8073e5d4eafa09caf6fb0636

commit 3b690e7e2bd8a26d8073e5d4eafa09caf6fb0636
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 06:47:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 08:31:01 +0000

    games/chromium-bsu: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/chromium-bsu/Makefile  | 3 ++-
 games/chromium-bsu/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
index f28ba6de67e3..e612d59a8443 100644
--- a/games/chromium-bsu/Makefile
+++ b/games/chromium-bsu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	chromium-bsu
 PORTVERSION=	0.9.16.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/
 
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libGLC.so:graphics/quesoglc
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		compiler:c++11-lang gettext-tools gl gmake gnome localbase \
 		pkgconfig sdl
 USE_SDL=	sdl2 image2
diff --git a/games/chromium-bsu/pkg-plist b/games/chromium-bsu/pkg-plist
index 2fe84b393543..1a5bb7b9e27f 100644
--- a/games/chromium-bsu/pkg-plist
+++ b/games/chromium-bsu/pkg-plist
@@ -1,5 +1,4 @@
 bin/chromium-bsu
-man/man6/chromium-bsu.6.gz
 share/applications/chromium-bsu.desktop
 share/icons/hicolor/64x64/apps/chromium-bsu.png
 %%NLS%%share/locale/bg/LC_MESSAGES/chromium-bsu.mo
@@ -13,3 +12,4 @@ share/icons/hicolor/64x64/apps/chromium-bsu.png
 %%NLS%%share/locale/tr/LC_MESSAGES/chromium-bsu.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/chromium-bsu.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/chromium-bsu.mo
+share/man/man6/chromium-bsu.6.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403090831.4298VIWs023974>