freebsd-ports/www/mod_log_dbd/pkg-plist
Philip M. Gollucci 25226de738 - 1/3:
- apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
2010-05-27 21:19:17 +00:00

4 lines
294 B
Text

%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
@unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf"