Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 19:25:55 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: e8f1002991e1 - main - games/adonthell-wastesedge: Moved man to share/man
Message-ID:  <202402241925.41OJPtAc018114@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=e8f1002991e1e49cf8c5d3e88196f8ddc642f3c3

commit e8f1002991e1e49cf8c5d3e88196f8ddc642f3c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 19:12:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 19:25:30 +0000

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

diff --git a/games/adonthell-wastesedge/Makefile b/games/adonthell-wastesedge/Makefile
index 7eb9568b3446..3b41e3d693ef 100644
--- a/games/adonthell-wastesedge/Makefile
+++ b/games/adonthell-wastesedge/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wastesedge
 PORTVERSION=	0.3.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SAVANNAH/adonthell
 PKGNAMEPREFIX=	adonthell-
@@ -18,6 +18,7 @@ RUN_DEPENDS=	adonthell:games/adonthell
 
 USES=		gettext-tools
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-pyc \
 		--with-adonthell-binary=${LOCALBASE}/bin/adonthell
 
diff --git a/games/adonthell-wastesedge/pkg-plist b/games/adonthell-wastesedge/pkg-plist
index 9f748b644300..662478082b40 100644
--- a/games/adonthell-wastesedge/pkg-plist
+++ b/games/adonthell-wastesedge/pkg-plist
@@ -1,5 +1,5 @@
 bin/adonthell-wastesedge
-man/man6/adonthell-wastesedge.6.gz
+share/man/man6/adonthell-wastesedge.6.gz
 %%DATADIR%%/achievements.data
 %%DATADIR%%/audio.data
 %%DATADIR%%/audio/at-demo-1.ogg



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