diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-23 02:06:09 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-23 02:06:09 +0000 |
commit | f6257f18a535963fae4f5767bb624a4e41f0f432 (patch) | |
tree | bb6ca7fe8c60bc12a8cba68e9b7139668db1d1b3 /www/mod_security21 | |
parent | 6f37b4f5354a0bdc01b50926f1d9beac7daea8bc (diff) |
Notes
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 5c6ca710f4d8..b11669edba69 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= mod_security2 +PORTNAME= mod_security21 PORTVERSION= 2.1.7 -PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ -DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} +DISTNAME= ${PORTNAME:S/_//:S/21//}-apache_${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine |