git: cf5771eb1347 - main - security/pam_ssh_agent_auth: clean up manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 10:53:02 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf5771eb1347d937cb9faab8037a2426cffb1104 commit cf5771eb1347d937cb9faab8037a2426cffb1104 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2024-01-21 14:12:02 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-01-27 10:52:25 +0000 security/pam_ssh_agent_auth: clean up manpages Track impending changesto autotools Approved by: portmgr (blanket) --- security/pam_ssh_agent_auth/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index e8cf839c16c7..88fcc1af1c3f 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -1,6 +1,6 @@ PORTNAME= pam_ssh_agent_auth PORTVERSION= 0.10.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= matthew@FreeBSD.org @@ -21,13 +21,14 @@ USES= perl5 ssl tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= ac_cv_func_strnvis=no PERL=/usr/bin/false CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib \ --with-ssl-dir=${OPENSSLBASE} \ --without-openssl-header-check PLIST_FILES= lib/pam_ssh_agent_auth.so \ - man/man8/pam_ssh_agent_auth.8.gz + share/man/man8/pam_ssh_agent_auth.8.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so