summaryrefslogtreecommitdiff
path: root/www/mod_security
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2012-05-13 17:01:51 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2012-05-13 17:01:51 +0000
commit316c712896273f7057d89426e4b1551459af69b6 (patch)
treefcaae0a2e696d7eeca4c9254f0cf0464e047fef2 /www/mod_security
parent23237ab5da9d614a6a25d973c53d552649db41d3 (diff)
downloadfreebsd-ports-316c712896273f7057d89426e4b1551459af69b6.zip
- Fix plist.
- Bump PORTREVISION. Reported by: pav
Diffstat (limited to 'www/mod_security')
-rw-r--r--www/mod_security/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile
index 5364cf1e701b..5a7302f6285e 100644
--- a/www/mod_security/Makefile
+++ b/www/mod_security/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_security
PORTVERSION= 2.6.5
+PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= SF/mod-security/modsecurity-apache/${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@@ -34,12 +35,13 @@ DOCS= CHANGES LICENSE README.TXT modsecurity.conf-minimal
DOCSDIR= ${PREFIX}/share/doc/${MODULENAME}
SUB_FILES+= mod_security2.conf
SUB_LIST+= APACHEETCDIR="${APACHEETCDIR}"
-PLIST_FILES+= ${APACHEMODDIR}/mod_security2.so
+PLIST_FILES= etc/modsecurity.conf-example \
+ ${APACHEMODDIR}/mod_security2.so \
+ bin/rules-updater.pl \
+ lib/mod_security2.so
OPTIONS= LUA "Embedded Lua language support" off \
MLOGC "Build ModSecurity Log Collector" off
-PLIST_FILES= etc/modsecurity.conf-example
-
.include <bsd.port.pre.mk>
.if defined(WITH_MLOGC)