Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 10:53:02 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf5771eb1347 - main - security/pam_ssh_agent_auth: clean up manpages
Message-ID:  <202401271053.40RAr275080443@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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