summaryrefslogtreecommitdiffstats
path: root/devel/bugzilla
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-07-08 15:26:41 +0000
committerphantom <phantom@FreeBSD.org>2002-07-08 15:26:41 +0000
commitb54861c8e488335997f3e368c17ab4a04f34dace (patch)
tree9ecd90bb534fb0165dd03a85eee55213b8e01ec0 /devel/bugzilla
parent3c5fe990c1ea8844bb09b8c5bb1dbb02bf06e71d (diff)
downloadFreeBSD-ports-b54861c8e488335997f3e368c17ab4a04f34dace.zip
FreeBSD-ports-b54861c8e488335997f3e368c17ab4a04f34dace.tar.gz
Remove leftovers (read *.bak) of REINPLACE_CMD execution.
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 eb9ae42..9d0c0fa 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 {} \;
OpenPOWER on IntegriCloud