Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 22:15:19 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: b44a985581a6 - main - security/libyubikey: Moved man to share/man
Message-ID:  <202401282215.40SMFJHo052068@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=b44a985581a6928fdc8a2737451c2d0076ffe01f

commit b44a985581a6928fdc8a2737451c2d0076ffe01f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 22:02:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 22:14:48 +0000

    security/libyubikey: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/libyubikey/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile
index 8f7031a3b2e3..7d5d4a3fe8ad 100644
--- a/security/libyubikey/Makefile
+++ b/security/libyubikey/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libyubikey
 PORTVERSION=	1.13
+PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	https://developers.yubico.com/yubico-c/Releases/
 
@@ -12,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
@@ -23,9 +25,9 @@ PLIST_FILES=	bin/modhex \
 		lib/libyubikey.so \
 		lib/libyubikey.so.0 \
 		lib/libyubikey.so.0.1.7 \
-		man/man1/modhex.1.gz \
-		man/man1/ykgenerate.1.gz \
-		man/man1/ykparse.1.gz
+		share/man/man1/modhex.1.gz \
+		share/man/man1/ykgenerate.1.gz \
+		share/man/man1/ykparse.1.gz
 
 MAKE_JOBS_UNSAFE=	yes
 



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