diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-15 08:26:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-15 08:26:10 +0000 |
commit | 1be3dd93c961928adc480cb1c083f4700ec4e230 (patch) | |
tree | d4b2f7e70235ab0fd1a86362dff83eabf2629e6f /security | |
parent | Add missing manpage (diff) |
Add missing manpages
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_krb5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index f4f39e355689..ea0709e24061 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -27,7 +27,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org COMMENT= A Pluggable Authentication Module for Kerberos 5 -MAN8= pam_krb5.8 +MAN5= pam_krb5.5 pam_krb5afs.5 +MAN8= pam_krb5.8 pam_krb5afs.8 USE_SIZE= yes USE_PERL5= yes |