diff options
author | mat <mat@FreeBSD.org> | 2003-10-01 14:07:03 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-01 14:07:03 +0000 |
commit | ce0c73af5181d695331f9901b51ffa6accac0ceb (patch) | |
tree | d7288b85be2bf3641e0f5856815f7ac39857480d /www/p5-Apache-Compress/pkg-plist | |
parent | 1c031e74d3b7c0acecad6cb86411806d2d363334 (diff) | |
download | FreeBSD-ports-ce0c73af5181d695331f9901b51ffa6accac0ceb.zip FreeBSD-ports-ce0c73af5181d695331f9901b51ffa6accac0ceb.tar.gz |
Add p5-Apache-Compress 1.003, auto-compress web files with Gzip.
PR: 56652
Submitted by: Martin Matuska <martin@tradex.sk>
Diffstat (limited to 'www/p5-Apache-Compress/pkg-plist')
-rw-r--r-- | www/p5-Apache-Compress/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-Apache-Compress/pkg-plist b/www/p5-Apache-Compress/pkg-plist new file mode 100644 index 0000000..f7c3740 --- /dev/null +++ b/www/p5-Apache-Compress/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Apache/Compress.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress/.packlist +%%PORTDOCS%%%%DOCSDIR%%/Changes +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |