diff options
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 19bc6d85c970..fe5692f3e773 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= mod_security +PORTNAME= mod_security2 PORTVERSION= 2.0.4 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ -DISTNAME= ${PORTNAME:S/_//}-apache_${PORTVERSION} +DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} MAINTAINER= dom@happygiraffe.net COMMENT= An intrusion detection and prevention engine |