diff options
-rw-r--r-- | www/mod_security/Makefile | 8 |
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) |