Date: Tue, 27 Feb 2024 11:17:57 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: 3546b34d3103 - main - security/pam_yubico: Moved man to share/man Message-ID: <202402271117.41RBHvXn032282@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=3546b34d310333b552a48171f4643972ca3707cb commit 3546b34d310333b552a48171f4643972ca3707cb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-27 11:14:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-27 11:17:48 +0000 security/pam_yubico: Moved man to share/man Approved by: portmgr (blanket) --- security/pam_yubico/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 7c47f33c879c..1fa758393a25 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_yubico PORTVERSION= 2.27 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/yubico-pam/Releases/ @@ -16,11 +17,12 @@ LIB_DEPENDS= libykclient.so:security/ykclient \ USES= libtool localbase pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share TEST_TARGET= check SUB_FILES= pkg-message PLIST_FILES= lib/security/pam_yubico.so \ - man/man8/pam_yubico.8.gz + share/man/man8/pam_yubico.8.gz PORTDOCS= * OPTIONS_DEFINE= CR LDAP DOCS STATIC @@ -31,7 +33,7 @@ CR_DESC= Include Challenge/response support CR_LIB_DEPENDS= libykpers-1.so:security/ykpers CR_CONFIGURE_WITH= cr CR_PLIST_FILES= bin/ykpamcfg \ - man/man1/ykpamcfg.1.gz + share/man/man1/ykpamcfg.1.gz LDAP_USES= ldap LDAP_CONFIGURE_WITH= ldap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402271117.41RBHvXn032282>