From ae6ca2d9be03417fc39406711a5c25050692ccb1 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 28 Dec 2005 17:46:07 +0000 Subject: Fix a typo in check for installed perl version so it actually fails with perl 5.005_03 PR: 91024 Submitted by: Robert Archer (maintainer), Jarrod Sayers --- security/ipfcount/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile index b4a1e44c0777..e5bb3e78bdde 100644 --- a/security/ipfcount/Makefile +++ b/security/ipfcount/Makefile @@ -7,6 +7,7 @@ PORTNAME= ipfcount PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \ http://users.netleader.com.au/~rob/ @@ -27,7 +28,7 @@ USE_REINPLACE= yes .include -.if ${PERL_LEVEL} < 5006 +.if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6 or higher - see the lang/perl5.8 port .endif -- cgit