diff options
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r-- | devel/bugzilla2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index eb9ae42..9d0c0fa 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -74,6 +74,7 @@ post-patch: @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ ${WRKSRC}/$i .endfor + @find ${WRKSRC} -name \*.bak -type f -exec ${RM} -f {} \; pre-install: @find ${WRKSRC}/docs -type d -exec ${CHMOD} 755 {} \; |