Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 19:02:35 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: 178e1bcca0d0 - main - games/abuse_sdl: Moved man to share/man
Message-ID:  <202402231902.41NJ2ZAK038379@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=178e1bcca0d01ff47ef0ca47d77967eeecbb787e

commit 178e1bcca0d01ff47ef0ca47d77967eeecbb787e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 18:11:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 19:01:36 +0000

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

diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile
index 3f141bf62f05..ed901c29c482 100644
--- a/games/abuse_sdl/Makefile
+++ b/games/abuse_sdl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	abuse_sdl
 PORTVERSION=	0.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	GENTOO \
 		http://abuse.zoy.org/raw-attachment/wiki/download/
@@ -26,6 +26,7 @@ USE_GL=		gl
 USE_SDL=	mixer sdl
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-assetdir=${DATADIR} --enable-release
 
 DESKTOP_ENTRIES="Abuse-SDL" "" "abuse" \
diff --git a/games/abuse_sdl/pkg-plist b/games/abuse_sdl/pkg-plist
index 4a8368c96a39..163cd86c2375 100644
--- a/games/abuse_sdl/pkg-plist
+++ b/games/abuse_sdl/pkg-plist
@@ -1,7 +1,7 @@
 bin/abuse
 bin/abuse-tool
-man/man6/abuse-tool.6.gz
-man/man6/abuse.6.gz
+share/man/man6/abuse-tool.6.gz
+share/man/man6/abuse.6.gz
 %%DATADIR%%/abuse.bmp
 %%DATADIR%%/abuse.lsp
 %%DATADIR%%/abuse.png



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