Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 11:05:27 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: 8a6fedb84734 - main - games/tecnoballz: Move man pages to share/man
Message-ID:  <202403091105.429B5RfO082690@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=8a6fedb84734b2156b1166a4263b63eb8e4e9ea2

commit 8a6fedb84734b2156b1166a4263b63eb8e4e9ea2
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 10:57:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:54 +0000

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

diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile
index fd59a9896aed..2d5671459247 100644
--- a/games/tecnoballz/Makefile
+++ b/games/tecnoballz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tecnoballz
 PORTVERSION=	0.93.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://linux.tlk.fr/games/TecnoballZ/download/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libmikmod.so:audio/libmikmod \
 USES=		autoreconf compiler:c++11-lang gmake sdl tar:tgz
 USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PORTDATA=	*
 
diff --git a/games/tecnoballz/pkg-plist b/games/tecnoballz/pkg-plist
index 63c15fa2be09..7cee1fde5651 100644
--- a/games/tecnoballz/pkg-plist
+++ b/games/tecnoballz/pkg-plist
@@ -1,4 +1,4 @@
 @(,games,2555) bin/tecnoballz
-man/man6/tecnoballz.6.gz
+share/man/man6/tecnoballz.6.gz
 @sample(,games,664) /var/games/tecnoballz/tecnoballz.hi.sample
 @dir(,games,775) /var/games/tecnoballz



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