mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25226de738
- apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
pubcookie/config.sample
|
|
pubcookie/keyclient
|
|
@dirrmtry pubcookie/keys
|
|
@dirrmtry pubcookie
|
|
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
|
|
@unexec echo "Don't forget to remove all ${MODULENAME}-related directives in your httpd.conf"
|