Date: Sat, 9 Mar 2024 11:05:12 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: 804da015dc8d - main - games/kobodeluxe: Move man pages to share/man Message-ID: <202403091105.429B5CCm082072@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=804da015dc8dda5738b738e415be54cb822fd4ee commit 804da015dc8dda5738b738e415be54cb822fd4ee Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 09:23:39 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 11:04:51 +0000 games/kobodeluxe: Move man pages to share/man Approved by: portmgr (blanket) --- games/kobodeluxe/Makefile | 3 ++- games/kobodeluxe/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile index 26068af06d54..462f7224dc96 100644 --- a/games/kobodeluxe/Makefile +++ b/games/kobodeluxe/Makefile @@ -1,6 +1,6 @@ PORTNAME= kobodeluxe PORTVERSION= 0.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= http://olofson.net/kobodl/download/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,6 +14,7 @@ USES= sdl tar:bzip2 USE_SDL= image sdl USE_CXXSTD= c++98 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss SCOREDIR= /var/games/${PORTNAME} diff --git a/games/kobodeluxe/pkg-plist b/games/kobodeluxe/pkg-plist index efcb90e781e6..6146726546ed 100644 --- a/games/kobodeluxe/pkg-plist +++ b/games/kobodeluxe/pkg-plist @@ -1,4 +1,4 @@ @(,games,2555) bin/kobodl -man/man6/kobodl.6.gz share/applications/kobodeluxe.desktop +share/man/man6/kobodl.6.gz share/pixmaps/kobo-icon.xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091105.429B5CCm082072>