Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 19:02:37 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: 13fd6de32967 - main - games/alephone: Moved man to share/man
Message-ID:  <202402231902.41NJ2bIr038475@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=13fd6de3296739d526f91c695dc732cd1c073f1a

commit 13fd6de3296739d526f91c695dc732cd1c073f1a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 18:19:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 19:01:44 +0000

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

diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index 829dac664f25..0e09013834f9 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	alephone
 DISTVERSION=	20230119
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/Aleph-One-Marathon/${PORTNAME}/releases/download/release-${DISTVERSION}/
 DISTNAME=	AlephOne-${DISTVERSION}
@@ -21,6 +21,7 @@ USE_SDL=	sdl2 image2 net2 ttf2
 USE_GL=		gl glu
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PORTDOCS=	*
 DATADIR=	${PREFIX}/share/AlephOne
diff --git a/games/alephone/pkg-plist b/games/alephone/pkg-plist
index a84c218da829..9a8457603e44 100644
--- a/games/alephone/pkg-plist
+++ b/games/alephone/pkg-plist
@@ -1,5 +1,5 @@
 bin/alephone
-man/man6/alephone.6.gz
+share/man/man6/alephone.6.gz
 %%DATADIR%%/MML/Interface_Rects.mml
 %%DATADIR%%/MML/Transparent_Liquids.mml
 %%DATADIR%%/MML/Transparent_Sprites.mml



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