Delete *.orig after patching (fixes pkg-plist)

Reported by:	kris
This commit is contained in:
Sam Lawrance 2005-09-08 23:04:33 +00:00
parent 0f858ac5f7
commit 10f4b18a44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142244

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>