blob: c0bd7e7cb218ccfe9e9ad8b4bc836f9a4d1138b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
libexec/%%APACHE%%/mod_security.so
@exec %D/sbin/apxs -e -a -n security %D/%F
@unexec %D/sbin/apxs -e -A -n security %D/%F
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/modsecurity-manual.pdf
%%EXAMPLESDIR%%/httpd.conf.example-minimal
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%
|