freebsd-ports/www/mod_gzip2/pkg-plist
Mikhail Teterin aa3858deb1 Upgrade the version number and change the master site. Disclaim the
maintainership. Install some more text documentation.

Submitted by:	Vanilla I. Shu
2001-05-08 15:29:26 +00:00

7 lines
427 B
Text

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"