diff options
author | mat <mat@FreeBSD.org> | 2005-09-06 13:45:56 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-09-06 13:45:56 +0000 |
commit | ccb954f5fd8120e40fa31f7b69c1c294205bfa21 (patch) | |
tree | cbe516f408f58a98b62c492c8bcdc7f1e18d5675 /www/p5-HTTP-Proxy | |
parent | 9199a525afdef5582d99d923ee0374e5d79cc104 (diff) | |
download | FreeBSD-ports-ccb954f5fd8120e40fa31f7b69c1c294205bfa21.zip FreeBSD-ports-ccb954f5fd8120e40fa31f7b69c1c294205bfa21.tar.gz |
Those were missing from the previous update
Diffstat (limited to 'www/p5-HTTP-Proxy')
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Proxy/pkg-plist | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index 51585b3..a1d28e3 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -30,6 +30,9 @@ MAN3= \ HTTP::Proxy::BodyFilter::save.3 \ HTTP::Proxy::BodyFilter::simple.3 \ HTTP::Proxy::BodyFilter::tags.3 \ + HTTP::Proxy::Engine.3 \ + HTTP::Proxy::Engine::Legacy.3 \ + HTTP::Proxy::Engine::NoFork.3 \ HTTP::Proxy::HeaderFilter.3 \ HTTP::Proxy::HeaderFilter::simple.3 \ HTTP::Proxy::HeaderFilter::standard.3 diff --git a/www/p5-HTTP-Proxy/pkg-plist b/www/p5-HTTP-Proxy/pkg-plist index 4e92a49..9eb3a9f 100644 --- a/www/p5-HTTP-Proxy/pkg-plist +++ b/www/p5-HTTP-Proxy/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/HTTP/Proxy.pm %%SITE_PERL%%/HTTP/Proxy/BodyFilter.pm %%SITE_PERL%%/HTTP/Proxy/BodyFilter/complete.pm @@ -7,10 +8,14 @@ %%SITE_PERL%%/HTTP/Proxy/BodyFilter/save.pm %%SITE_PERL%%/HTTP/Proxy/BodyFilter/simple.pm %%SITE_PERL%%/HTTP/Proxy/BodyFilter/tags.pm +%%SITE_PERL%%/HTTP/Proxy/Engine.pm +%%SITE_PERL%%/HTTP/Proxy/Engine/Legacy.pm +%%SITE_PERL%%/HTTP/Proxy/Engine/NoFork.pm %%SITE_PERL%%/HTTP/Proxy/HeaderFilter.pm %%SITE_PERL%%/HTTP/Proxy/HeaderFilter/simple.pm %%SITE_PERL%%/HTTP/Proxy/HeaderFilter/standard.pm @dirrm %%SITE_PERL%%/HTTP/Proxy/HeaderFilter +@dirrm %%SITE_PERL%%/HTTP/Proxy/Engine @dirrm %%SITE_PERL%%/HTTP/Proxy/BodyFilter @dirrm %%SITE_PERL%%/HTTP/Proxy @unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true |