diff options
Diffstat (limited to 'www/mod_security/Makefile')
-rw-r--r-- | www/mod_security/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 6fbc5302a1d7..5848dd7cc960 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mod_security -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 CATEGORIES= www security -MASTER_SITES= http://www.modsecurity.org/download/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} +MASTER_SITES= http://www.modsecurity.org/download/ +DISTNAME= ${PORTNAME:S/_//}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= An intrusion detection and prevention engine |