diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-15 12:01:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-15 12:01:15 +0000 |
commit | a3f012bb9ce23963aa5a2381eccbeadd1a579d8a (patch) | |
tree | 1802fae03a2034eb8e9fe6a71c4a48dd8752309e /www | |
parent | Fix directories deleting order (diff) |
Remove the .orig files because perl 5.005 will think it's clever to install them
Found out by: dosirak.kr
Diffstat (limited to 'www')
-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> |