Remove the .orig files because perl 5.005 will think it's clever to install them

Found out by:	dosirak.kr
This commit is contained in:
Mathieu Arnold 2004-04-15 12:01:15 +00:00
parent 0ab700f936
commit a3f012bb9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107117

View file

@ -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>