1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/mod_encoding/pkg-plist
Olli Hauer 362a78854d - add stage support
- use pkg-plist
2014-04-28 09:57:02 +00:00

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"