diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-06 12:16:26 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-06 12:16:26 +0000 |
commit | c008d3b9f4d463ef128304ccd4131606eac4bf83 (patch) | |
tree | 71d24056a70afc20ea3dad6e0ef4f7e9c032d9e2 /security/pam_ssh_agent_auth | |
parent | 54f17b9b1b53497a9a8d81109a11dec2ae8b09ca (diff) | |
download | ports-c008d3b9f4d463ef128304ccd4131606eac4bf83.tar.gz ports-c008d3b9f4d463ef128304ccd4131606eac4bf83.zip |
Notes
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 1da3a61a01eb..85186873730e 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -15,8 +15,6 @@ CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib USES= perl5 -MAN8= pam_ssh_agent_auth.8 -PLIST_FILES= lib/pam_ssh_agent_auth.so +PLIST_FILES= lib/pam_ssh_agent_auth.so man/man8/pam_ssh_agent_auth.8.gz -NO_STAGE= yes .include <bsd.port.mk> |