25226de738
- apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@
4 lines
264 B
Text
4 lines
264 B
Text
@unexec %%SED%% -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
|
|
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
|
|
@unexec echo "Don't forget to remove all mod_h264_streaming-related directives in your httpd.conf"
|