- remove .orig file after patch and unbreak build

This commit is contained in:
Yen-Ming Lee 2005-06-23 17:28:07 +00:00
parent a0e21b4e19
commit 39d421d04a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137940

View file

@ -42,4 +42,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/UNIX.pm:${PORTSDIR}/devel/p5
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/UNIX.pm:${PORTSDIR}/devel/p5-IO
.endif
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.post.mk>