aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Proxy
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-09-06 13:45:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-09-06 13:45:56 +0000
commitb3f7b8948e1a24867302abdcc1d4f82d1416b0c2 (patch)
tree68140c93cc6f528b73108f60a0827167c5c98688 /www/p5-HTTP-Proxy
parentb26cdfd16d319c9b1b899af1dce7fabcd134dceb (diff)
downloadports-b3f7b8948e1a24867302abdcc1d4f82d1416b0c2.tar.gz
ports-b3f7b8948e1a24867302abdcc1d4f82d1416b0c2.zip
Those were missing from the previous update
Notes
Notes: svn path=/head/; revision=142099
Diffstat (limited to 'www/p5-HTTP-Proxy')
-rw-r--r--www/p5-HTTP-Proxy/Makefile3
-rw-r--r--www/p5-HTTP-Proxy/pkg-plist5
2 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile
index 51585b3b401e..a1d28e362b2b 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 4e92a491f8b5..9eb3a9f5ba5a 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