Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 11:05:14 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: 809ec3f5d462 - main - games/legesmotus: Move man pages to share/man
Message-ID:  <202403091105.429B5EOU082117@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=809ec3f5d462df08b19f5e9c92024787dea1f34e

commit 809ec3f5d462df08b19f5e9c92024787dea1f34e
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 09:28:57 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 11:04:51 +0000

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

diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile
index ed1bc0713d5d..466e2383e550 100644
--- a/games/legesmotus/Makefile
+++ b/games/legesmotus/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	legesmotus
 PORTVERSION=	0.4.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF
 
@@ -16,7 +16,7 @@ USES=		compiler:c++11-lib gmake
 USE_CXXSTD=	c++11  # strtoll, atoll
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \
-		--mandir="${PREFIX}/man" \
+		--mandir="${PREFIX}/share/man" \
 		--datadir="${DATADIR}"
 MAKE_ENV=	XDIR=${LOCALBASE}
 
diff --git a/games/legesmotus/pkg-plist b/games/legesmotus/pkg-plist
index 8f3841666dd5..cc1e9f011350 100644
--- a/games/legesmotus/pkg-plist
+++ b/games/legesmotus/pkg-plist
@@ -2,7 +2,7 @@
 %%METASERVER%%bin/lmmetaserver
 %%SERVERSCANNER%%bin/lmscan
 %%SERVER%%bin/lmserver
-%%CLIENT%%man/man6/legesmotus.6.gz
-%%SERVERSCANNER%%man/man6/lmscan.6.gz
-%%SERVER%%man/man6/lmserver.6.gz
+%%CLIENT%%share/man/man6/legesmotus.6.gz
+%%SERVERSCANNER%%share/man/man6/lmscan.6.gz
+%%SERVER%%share/man/man6/lmserver.6.gz
 %%CLIENT%%share/icons/hicolor/256x256/legesmotus.png



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