1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix plist.

- Bump PORTREVISION.

Reported by:	pav
This commit is contained in:
Marcelo Araujo 2012-05-13 17:01:51 +00:00
parent 23237ab5da
commit 316c712896
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296546

View File

@ -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)