summaryrefslogtreecommitdiff
path: root/devel/bugzilla
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-07-08 15:26:41 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-07-08 15:26:41 +0000
commit01d667067f4514b902bc7a64713138eedc55413c (patch)
tree844b49bbd152a9ca305e73840505364066cd15c5 /devel/bugzilla
parentPERL -> REINPLACE_CMD (diff)
Remove leftovers (read *.bak) of REINPLACE_CMD execution.
Notes
Notes: svn path=/head/; revision=62660
Diffstat (limited to 'devel/bugzilla')
-rw-r--r--devel/bugzilla/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index eb9ae42e9053..9d0c0fad1660 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/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 {} \;