aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-11-10 02:55:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-11-10 02:55:49 +0800
commit34f3abec0aece107fd32a0c4e8aa632974364ad2 (patch)
tree714e08c1000081f6587f5df1bbe7d017f25b3837 /security
parent937185a0668b57692f31848d12287dc507253840 (diff)
downloadfreebsd-ports-gnome-34f3abec0aece107fd32a0c4e8aa632974364ad2.tar.gz
freebsd-ports-gnome-34f3abec0aece107fd32a0c4e8aa632974364ad2.tar.zst
freebsd-ports-gnome-34f3abec0aece107fd32a0c4e8aa632974364ad2.zip
- Remove obsolete 5.x condition
Diffstat (limited to 'security')
-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>