diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-02 13:58:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-02 13:58:17 +0000 |
commit | 447f8b990897fd54d208a96b31875fa100a78473 (patch) | |
tree | 579059fc741e3a36714a7513ba79d16e4990d11b /security | |
parent | 986166cab7834175d6c10838b3aa172d8550ed7e (diff) | |
download | pkgsrc-447f8b990897fd54d208a96b31875fa100a78473.tar.gz |
Needs pod2man.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 82953a452a7..0b0227cf7d6 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:48:12 agc Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/02 13:58:17 joerg Exp $ DISTNAME= pam_ssh_agent_auth-0.9.1 CATEGORIES= security @@ -10,7 +10,9 @@ HOMEPAGE= http://sourceforge.net/projects/pamsshagentauth/ COMMENT= PAM module which permits authentication via ssh-agent LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= user-destdir +GNU_CONFIGURE= yes +USE_TOOLS+= pod2man + .include "../../mk/bsd.pkg.mk" |