git: 31cf17e0542e - main - net/mcjoin: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:27 UTC
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