mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Delete *.orig after patching (fixes pkg-plist)
Reported by: kris
This commit is contained in:
parent
0f858ac5f7
commit
10f4b18a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142244
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue