mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1777c580eb
PR: 23530 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
libexec/apache/mod_gzip.so
|
|
%%DOC%%share/doc/mod_gzip/readme.txt
|
|
%%DOC%%@dirrm share/doc/mod_gzip
|
|
@exec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so; echo " enable the mod_gzip in Apache's config manually"
|
|
@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so || echo " remove the mod_gzip from Apache's config manually"
|