From 13441eac4bb7e0e8a50bd437681b05022e55146b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 06:02:06 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- security/pam_krb5/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'security/pam_krb5') 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 - -.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 +.include -- cgit v1.2.3