aboutsummaryrefslogtreecommitdiff
path: root/security/bruteblock
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-09 18:55:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-09 18:55:49 +0000
commit9fed75429c0ec14880cba88992178e12566ade6a (patch)
tree69a47beed8a894fc41eaed7b4e5a45489e46d1b0 /security/bruteblock
parent0eebc3e1f5a722d72a52070e7b234c0dbc852c32 (diff)
downloadports-9fed75429c0ec14880cba88992178e12566ade6a.tar.gz
ports-9fed75429c0ec14880cba88992178e12566ade6a.zip
- Remove obsolete 5.x condition
Notes
Notes: svn path=/head/; revision=222629
Diffstat (limited to 'security/bruteblock')
-rw-r--r--security/bruteblock/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile
index 6f9d04899db7..05dfc648ca0c 100644
--- a/security/bruteblock/Makefile
+++ b/security/bruteblock/Makefile
@@ -27,12 +27,6 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME}
PORTDOCS= FAQ README CHANGES
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 503000
-IGNORE= requires FreeBSD >= 5.3
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bruteblock ${PREFIX}/sbin/
${INSTALL_PROGRAM} ${WRKSRC}/bruteblockd ${PREFIX}/sbin/
@@ -56,4 +50,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>