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:
parent
0ab700f936
commit
a3f012bb9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107117
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue