Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:46:17 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: 751433810de0 - main - security/ykclient: Moved man to share/man
Message-ID:  <202402251346.41PDkH2X093478@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=751433810de02714a27a09818edd75ee41874970

commit 751433810de02714a27a09818edd75ee41874970
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 13:34:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:34:37 +0000

    security/ykclient: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/ykclient/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile
index 3b255c99e5b5..30542d597ab0 100644
--- a/security/ykclient/Makefile
+++ b/security/ykclient/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ykclient
 PORTVERSION=	2.15
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://developers.yubico.com/yubico-c-client/Releases/
 
@@ -15,6 +16,7 @@ BUILD_DEPENDS=	curl-config:ftp/curl \
 		help2man:misc/help2man
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		libtool pkgconfig
 USE_LDCONFIG=	yes
 TEST_TARGET=	check
@@ -27,7 +29,7 @@ PLIST_FILES=	bin/ykclient \
 		lib/libykclient.so \
 		lib/libykclient.so.3 \
 		lib/libykclient.so.3.6.0 \
-		man/man1/ykclient.1.gz
+		share/man/man1/ykclient.1.gz
 
 OPTIONS_DEFINE=	STATIC
 



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