There is no need to remove .orig files.

This commit is contained in:
Dag-Erling Smørgrav 2018-09-10 13:23:13 +00:00
parent 223afa6694
commit 418614b64e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479416
2 changed files with 0 additions and 6 deletions

View File

@ -30,7 +30,4 @@ RUN_DEPENDS= \
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} ${WRKSRC}/lib/Crypt/OpenPGP/Ciphertext.pm.orig
.include <bsd.port.mk>

View File

@ -14,7 +14,4 @@ COMMENT= Perl equivalent of statfs(2)
USES= perl5
USE_PERL5= configure
post-patch:
@${FIND} ${WRKSRC} -name "*\.orig" -delete
.include <bsd.port.mk>