svn commit: r388217 - head/security/pam_ssh_agent_auth
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 1 12:58:00 UTC 2015
Author: amdmi3
Date: Mon Jun 1 12:57:59 2015
New Revision: 388217
URL: https://svnweb.freebsd.org/changeset/ports/388217
Log:
- Strip library
Modified:
head/security/pam_ssh_agent_auth/Makefile
Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile Mon Jun 1 12:57:34 2015 (r388216)
+++ head/security/pam_ssh_agent_auth/Makefile Mon Jun 1 12:57:59 2015 (r388217)
@@ -3,18 +3,22 @@
PORTNAME= pam_ssh_agent_auth
PORTVERSION= 0.10.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= ports at FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
+USES= perl5 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_strnvis=no
CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib
-USES= perl5 tar:bzip2
PLIST_FILES= lib/pam_ssh_agent_auth.so \
man/man8/pam_ssh_agent_auth.8.gz
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list