diff options
author | araujo <araujo@FreeBSD.org> | 2012-05-14 01:01:51 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-05-14 01:01:51 +0800 |
commit | 8f7e006c8a5ae3edb5c046ebbed9b365a9d54b7c (patch) | |
tree | 1a949610c94497266ca686919290dbf1dccc3894 | |
parent | c77e5eadf0fde7745516185bbe3a9d9e120a1bef (diff) | |
download | freebsd-ports-gnome-8f7e006c8a5ae3edb5c046ebbed9b365a9d54b7c.tar.gz freebsd-ports-gnome-8f7e006c8a5ae3edb5c046ebbed9b365a9d54b7c.tar.zst freebsd-ports-gnome-8f7e006c8a5ae3edb5c046ebbed9b365a9d54b7c.zip |
- Fix plist.
- Bump PORTREVISION.
Reported by: pav
-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) |