mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
6d5b320ddd
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@
11 lines
440 B
Plaintext
11 lines
440 B
Plaintext
%%APACHEMODDIR%%/mod_accounting.so
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %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%%
|