mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
362a78854d
- use pkg-plist
5 lines
288 B
Plaintext
5 lines
288 B
Plaintext
@unexec /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
|
|
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
@exec %D/sbin/apxs -e %%AP_MOD_EN%% -n %%AP_NAME%% %D/%F
|
|
@unexec echo "Don't forget to remove all mod_encoding-related directives in your httpd.conf"
|