summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pam_ssh_agent_auth/Makefile6
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"