Date: Fri, 1 Mar 2024 21:12:03 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6736be3a3b24 - main - security/pam_pkcs11: move man pages Message-ID: <202403012112.421LC3ia052372@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6736be3a3b24bc7fbb2f6a05dc44453553ab77df commit 6736be3a3b24bc7fbb2f6a05dc44453553ab77df Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-01 20:27:00 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-01 21:11:26 +0000 security/pam_pkcs11: move man pages Approved by: portmgr (blanket) --- security/pam_pkcs11/Makefile | 2 ++ security/pam_pkcs11/pkg-plist | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/security/pam_pkcs11/Makefile b/security/pam_pkcs11/Makefile index 3c279020ad70..826e08c465dd 100644 --- a/security/pam_pkcs11/Makefile +++ b/security/pam_pkcs11/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_pkcs11 PORTVERSION= 0.6.12 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security @@ -21,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${ETCDIR} CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= tools/pkcs11_make_hash_link diff --git a/security/pam_pkcs11/pkg-plist b/security/pam_pkcs11/pkg-plist index ffa4413461bd..42c47b8504b3 100644 --- a/security/pam_pkcs11/pkg-plist +++ b/security/pam_pkcs11/pkg-plist @@ -8,14 +8,6 @@ bin/pklogin_finder lib/pam_pkcs11/opensc_mapper.so lib/pam_pkcs11/openssh_mapper.so lib/security/pam_pkcs11.so -man/man1/card_eventmgr.1.gz -man/man1/pkcs11_eventmgr.1.gz -man/man1/pkcs11_inspect.1.gz -man/man1/pkcs11_listcerts.1.gz -man/man1/pkcs11_make_hash_link.1.gz -man/man1/pkcs11_setup.1.gz -man/man1/pklogin_finder.1.gz -man/man8/pam_pkcs11.8.gz %%NLS%%share/locale/de/LC_MESSAGES/pam_pkcs11.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pam_pkcs11.mo %%NLS%%share/locale/ru/LC_MESSAGES/pam_pkcs11.mo @@ -24,3 +16,11 @@ man/man8/pam_pkcs11.8.gz %%NLS%%share/locale/pl/LC_MESSAGES/pam_pkcs11.mo %%NLS%%share/locale/fr/LC_MESSAGES/pam_pkcs11.mo %%NLS%%share/locale/nl/LC_MESSAGES/pam_pkcs11.mo +share/man/man1/card_eventmgr.1.gz +share/man/man1/pkcs11_eventmgr.1.gz +share/man/man1/pkcs11_inspect.1.gz +share/man/man1/pkcs11_listcerts.1.gz +share/man/man1/pkcs11_make_hash_link.1.gz +share/man/man1/pkcs11_setup.1.gz +share/man/man1/pklogin_finder.1.gz +share/man/man8/pam_pkcs11.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403012112.421LC3ia052372>