Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 07:48:47 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: fefe69f35aa9 - main - games/sdlroids: Moved man to share/man
Message-ID:  <202402240748.41O7mlHx024423@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=fefe69f35aa94b0a63bb894ffe7fdfcd86fe5566

commit fefe69f35aa94b0a63bb894ffe7fdfcd86fe5566
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 07:43:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 07:43:07 +0000

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

diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile
index e2dd47fe9b49..bd1698b062c5 100644
--- a/games/sdlroids/Makefile
+++ b/games/sdlroids/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sdlroids
 DISTVERSION=	1.3.4
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	games
 MASTER_SITES=	SF \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -18,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake sdl tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share
 USE_CSTD=	gnu89
 USE_SDL=	mixer sdl
diff --git a/games/sdlroids/pkg-plist b/games/sdlroids/pkg-plist
index 0355851fe097..09e2821c3459 100644
--- a/games/sdlroids/pkg-plist
+++ b/games/sdlroids/pkg-plist
@@ -1,5 +1,5 @@
 bin/sdlroids
-man/man6/sdlroids.6.gz
+share/man/man6/sdlroids.6.gz
 share/pixmaps/sdlroids.png
 %%DATADIR%%/bmp/blank.bmp
 %%DATADIR%%/bmp/bomb.bmp



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