Remove .orig after applying patches to avoid installing .orig files into the system

Reported by:	redports (QAT)
This commit is contained in:
Baptiste Daroussin 2012-07-24 10:14:22 +00:00
parent cd4180aec0
commit 40ddcdc20b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301449

View File

@ -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)