aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla2/Makefile')
-rw-r--r--devel/bugzilla2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index eb9ae42e9053..9d0c0fad1660 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 {} \;