diff options
author | philip <philip@FreeBSD.org> | 2005-05-27 06:15:00 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-05-27 06:15:00 +0800 |
commit | 1a94c2dfdf41b4f7f662b601b0f5b1d3d230787d (patch) | |
tree | dee0ce3573fbbede675343230b873d9e99be9961 /www/p5-Apache-AuthCookie/pkg-plist | |
parent | 0e240f1d6a4c7e7099ed32cafa4faafe58926885 (diff) | |
download | freebsd-ports-graphics-1a94c2dfdf41b4f7f662b601b0f5b1d3d230787d.tar.gz freebsd-ports-graphics-1a94c2dfdf41b4f7f662b601b0f5b1d3d230787d.tar.zst freebsd-ports-graphics-1a94c2dfdf41b4f7f662b601b0f5b1d3d230787d.zip |
Update the pkg-plist to catch the Apache2 files as well.
Spotted by: pointyhat via kris
Approved by: tobez
Diffstat (limited to 'www/p5-Apache-AuthCookie/pkg-plist')
-rw-r--r-- | www/p5-Apache-AuthCookie/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/pkg-plist b/www/p5-Apache-AuthCookie/pkg-plist index 3cf0f8b88c9..a09b80078cb 100644 --- a/www/p5-Apache-AuthCookie/pkg-plist +++ b/www/p5-Apache-AuthCookie/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Apache/AuthCookie.pm %%SITE_PERL%%/Apache/AuthCookie/Util.pm +%%SITE_PERL%%/Apache2/AuthCookie.pm @dirrm %%SITE_PERL%%/Apache/AuthCookie %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthCookie @unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache2 2>/dev/null || true |