diff options
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index f2118ed00142..8ec2c992f7db 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -37,6 +37,9 @@ MAN3= \ .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO EXTRA_PATCHES= ${PATCHDIR}/5.005-Makefile.PL ${PATCHDIR}/5.005-lib::HTTP::Proxy.pm ${PATCHDIR}/5.005-lib::HTTP::Proxy::BodyFilter::htmltext.pm + +post-patch: + @${FIND} ${WRKSRC} -name '*.orig' -delete .endif .include <bsd.port.post.mk> |