aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gzip/pkg-plist
blob: ed697b363c333ca668a24da164f770ec919d1d91 (plain) (blame)
1
2
3
4
5
6
7
libexec/apache/mod_gzip.so
%%PORTDOCS%%share/doc/mod_gzip/samples.txt
%%PORTDOCS%%share/doc/mod_gzip/commands.txt
%%PORTDOCS%%share/doc/mod_gzip/changes.txt
%%PORTDOCS%%@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"