aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
commit13441eac4bb7e0e8a50bd437681b05022e55146b (patch)
treed65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/pam_krb5
parent8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff)
downloadports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz
ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r--security/pam_krb5/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile
index 6af133b03531..a108fc7a2068 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
MAINTAINER= cy@FreeBSD.org
-COMMENT= A Pluggable Authentication Module for Kerberos 5
+COMMENT= A Pluggable Authentication Module for Kerberos 5
MAN5= pam_krb5.5 pam_krb5afs.5
MAN8= pam_krb5.8 pam_krb5afs.8
@@ -23,6 +23,8 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+IGNORE= FreeBSD 5.x already ships with its own version of pam_krb5
+
.if defined(PACKAGE_BUILDING)
KRB5_IMPL= mit
.endif
@@ -41,11 +43,6 @@ KRB5_DIR?= ${KRB5_HOME}
IGNORE= You must define KRB5_IMPL to be \"mit\" or \"heimdal\"
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-IGNORE= FreeBSD 5.x already ships with its own version of pam_krb5
-.endif
MANDIR= ${MANPREFIX}/man
PREFIX= /usr
MANPREFIX= /usr/share
@@ -60,4 +57,4 @@ CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" \
post-install:
cd ${WRKSRC} && ${GMAKE} install-man
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>