Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 08:31:31 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 09ef57be3ca0 - main - net-p2p/cpuminer: Move manpages to share/man
Message-ID:  <202403270831.42R8VV7j011966@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09ef57be3ca08efa51a3b9755cdfc068a64909ac

commit 09ef57be3ca08efa51a3b9755cdfc068a64909ac
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-27 08:29:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-27 08:29:56 +0000

    net-p2p/cpuminer: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 net-p2p/cpuminer/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile
index 1aae76f8354e..3e7f16142660 100644
--- a/net-p2p/cpuminer/Makefile
+++ b/net-p2p/cpuminer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cpuminer
 PORTVERSION=	2.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p math
 MASTER_SITES=	SF/cpuminer
 DISTNAME=	pooler-${PORTNAME}-${PORTVERSION}
@@ -19,10 +19,11 @@ OPTIONS_DEFAULT=GCC
 
 USES=		autoreconf cpe
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPE_VENDOR=	cpuminer_project
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-PLIST_FILES=	bin/minerd man/man1/minerd.1.gz
+PLIST_FILES=	bin/minerd share/man/man1/minerd.1.gz
 PORTDOCS=	NEWS README
 
 .include <bsd.port.options.mk>



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