diff options
author | zi <zi@FreeBSD.org> | 2011-11-01 07:25:26 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-11-01 07:25:26 +0800 |
commit | 0a23e988d5aecbbbb6dc4dc4346957dda7f8d285 (patch) | |
tree | 13cde5e76f23c35cf3acd9c931e41d04bee0c478 /security/pam_krb5 | |
parent | ec1f0128db8137baa519ce7c41ce7ec573824634 (diff) | |
download | freebsd-ports-gnome-0a23e988d5aecbbbb6dc4dc4346957dda7f8d285.tar.gz freebsd-ports-gnome-0a23e988d5aecbbbb6dc4dc4346957dda7f8d285.tar.zst freebsd-ports-gnome-0a23e988d5aecbbbb6dc4dc4346957dda7f8d285.zip |
- Document CONFLICTS with security/pam_krb5-rh
- Pacify portlint(1) while here
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 8081eb8f1782..43f1322b8624 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -16,6 +16,8 @@ DISTNAME= pam-krb5-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org COMMENT= A Pluggable Authentication Module for Kerberos 5 +CONFLICTS= pam_krb5-rh-2.* + MAN5= pam_krb5.5 USE_PERL5= yes @@ -32,7 +34,7 @@ LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5 KRB5_DIR?= ${KRB5_HOME} .endif .else -IGNORE= You must define KRB5_IMPL to be \"mit\" or \"heimdal\" +IGNORE= you must define KRB5_IMPL to be \"mit\" or \"heimdal\" .endif MANDIR= ${MANPREFIX}/man |