Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 08:31:15 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: ba8dea6d1513 - main - games/amoebax: Move man pages to share/man
Message-ID:  <202403090831.4298VFTY023879@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=ba8dea6d1513815836043a4b9f0a86442ec97052

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

    games/amoebax: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/amoebax/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile
index 0d377f5f8e53..c522da55c569 100644
--- a/games/amoebax/Makefile
+++ b/games/amoebax/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	amoebax
 PORTVERSION=	0.2.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	http://www.emma-soft.com/games/amoebax/download/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -20,10 +20,11 @@ USE_CXXSTD=	c++14
 USE_SDL=	sdl mixer image
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/amoebax \
-		man/man6/amoebax.6.gz \
 		share/applications/amoebax.desktop \
+		share/man/man6/amoebax.6.gz \
 		share/pixmaps/amoebax.svg
 PORTDATA=	*
 PORTDOCS=	*



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