7ce8e2b00e
When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default)
6 lines
344 B
Text
6 lines
344 B
Text
libexec/apache2/mod_auth_pgsql.so
|
|
@exec %D/sbin/apxs -e -A -n auth_pgsql %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n auth_pgsql %D/%f
|
|
%%PORTDOCS%%%%DOCSDIR%%/mod_auth_pgsql.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec echo "===> If you do not plan on reinstalling mod_auth_pgsql, you must manually remove"; echo "===> references to it in httpd.conf."
|