5ccbc2a8ac
bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
6 lines
339 B
Plaintext
6 lines
339 B
Plaintext
libexec/apache/mod_gzip.so
|
|
%%PORTDOCS%%share/doc/mod_gzip/readme.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"
|