Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 09:18:27 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: 31cf17e0542e - main - net/mcjoin: Moved man to share/man
Message-ID:  <202402250918.41P9IRuq029957@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=31cf17e0542e5013194031f0374b261e25bf7464

commit 31cf17e0542e5013194031f0374b261e25bf7464
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:51:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 09:17:54 +0000

    net/mcjoin: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/mcjoin/Makefile  | 2 ++
 net/mcjoin/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/mcjoin/Makefile b/net/mcjoin/Makefile
index e54edf89dffd..717b4a9b2587 100644
--- a/net/mcjoin/Makefile
+++ b/net/mcjoin/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mcjoin
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.11
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	john@saltant.com
@@ -12,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		autoreconf
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	troglobit
diff --git a/net/mcjoin/pkg-plist b/net/mcjoin/pkg-plist
index f82af188fd23..88923d528db6 100644
--- a/net/mcjoin/pkg-plist
+++ b/net/mcjoin/pkg-plist
@@ -1,3 +1,3 @@
 bin/mcjoin
 %%DOCSDIR%%/README.md
-man/man1/mcjoin.1.gz
+share/man/man1/mcjoin.1.gz



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