diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 50ef8aeab64606f46790199997daf350fce5ea76 (patch) | |
tree | d8dd676e01f9fcfef951a72fa9db10a9508220bb /security/pam_abl | |
parent | d92c67423df2ebda90ee2a58e20c374297252deb (diff) | |
download | FreeBSD-ports-50ef8aeab64606f46790199997daf350fce5ea76.zip FreeBSD-ports-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'security/pam_abl')
-rw-r--r-- | security/pam_abl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/pam_abl/Makefile b/security/pam_abl/Makefile index 57b1052..8a3f49e 100644 --- a/security/pam_abl/Makefile +++ b/security/pam_abl/Makefile @@ -48,10 +48,6 @@ SED_SCRIPT= -e 's|<db.h>|<${BDB_INCLUDE_DIR}/db.h>|' \ -e 's|%%ETCPREFIX%%|${ETCPREFIX}|' \ -e 's|%%PAMABLDB%%|${PAMABLDB}|' -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - post-patch: .for file in Makefile pam_abl.h conf/pam_abl.conf conf/system-auth doc/index.html doc/pam_abl.html tools/Makefile @${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/${file} |