diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-02 00:35:30 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-02 00:35:30 +0000 |
commit | 08ed8fb04f59f0977c3d2dfdf0b9d907900f34a3 (patch) | |
tree | 715a2e3636be66d80a1ab5a43474538fec1ffa61 /www/mod_security21 | |
parent | 97904a7dee2056a9c384e2083b6b2232cb6f79d4 (diff) | |
download | ports-08ed8fb04f59f0977c3d2dfdf0b9d907900f34a3.tar.gz ports-08ed8fb04f59f0977c3d2dfdf0b9d907900f34a3.zip |
Notes
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 |