aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Proxy
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-04-15 12:01:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-04-15 12:01:15 +0000
commita3f012bb9ce23963aa5a2381eccbeadd1a579d8a (patch)
tree1802fae03a2034eb8e9fe6a71c4a48dd8752309e /www/p5-HTTP-Proxy
parent0ab700f93644fe134a1df7679b0cadae1b07d92d (diff)
downloadports-a3f012bb9ce23963aa5a2381eccbeadd1a579d8a.tar.gz
ports-a3f012bb9ce23963aa5a2381eccbeadd1a579d8a.zip
Remove the .orig files because perl 5.005 will think it's clever to install them
Found out by: dosirak.kr
Notes
Notes: svn path=/head/; revision=107117
Diffstat (limited to 'www/p5-HTTP-Proxy')
-rw-r--r--www/p5-HTTP-Proxy/Makefile3
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>