mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
82bc4f3a76
Reported by: pointyhat via kris Approved by: portmgr Pointy hat to: me
11 lines
436 B
Plaintext
11 lines
436 B
Plaintext
libexec/apache/mod_accounting.so
|
|
@exec %D/sbin/apxs -e -A -n accounting %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n accounting %D/%f
|
|
@unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf."
|
|
%%DATADIR%%/schema.sql
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%DATADIR%%
|