Remove .orig after applying patches to avoid installing .orig files into the system
Reported by: redports (QAT)
This commit is contained in:
parent
cd4180aec0
commit
40ddcdc20b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301449
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ PLIST_DIRSTRY+= share/zsh/site-functions
|
|||
PLIST_DIRSTRY+= share/zsh/
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@find ${WRKSRC} -name "*.orig" -delete
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/poudriere/cron/.keep
|
||||
.if defined(WITH_ZSH)
|
||||
|
|
Loading…
Reference in a new issue