1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/mod_gzip2/pkg-plist
James E. Housley 1777c580eb New Port: An Apache module that provides on-the fly gzipping for capable browsers
PR:		23530
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-12-13 21:44:33 +00:00

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"