aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2018-01-24 00:04:24 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:28:23 +0800
commita65e39a6dfe00fc06614706120834e3ee2f83ee5 (patch)
tree2ee4ccf5e6a6ae6e4eebb224020c0988a33fbf4e /net-mgmt
parentee622e0629b27e6e01d91f1bec4432bb01890f81 (diff)
downloadfreebsd-ports-gnome-a65e39a6dfe00fc06614706120834e3ee2f83ee5.tar.gz
freebsd-ports-gnome-a65e39a6dfe00fc06614706120834e3ee2f83ee5.tar.zst
freebsd-ports-gnome-a65e39a6dfe00fc06614706120834e3ee2f83ee5.zip
net-mgmt/icingaweb2
Use "-delete" argument to find instead of calling rm(1). This was already done for the MFH. Suggested by: mat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/icingaweb2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile
index 7fb2c83463fe..08b0fc6561f3 100644
--- a/net-mgmt/icingaweb2/Makefile
+++ b/net-mgmt/icingaweb2/Makefile
@@ -53,7 +53,7 @@ do-install:
${STAGEDIR}${EXAMPLESDIR}/bash_completion.d
(cd ${WRKSRC} && ${RM} -r .mailmap changelog.py icingaweb2.spec \
bin/license_writer.py packages test)
- (${FIND} ${WRKSRC} -name "*.bak" -exec rm {} +)
+ (${FIND} ${WRKSRC} -name "*.bak" -delete)
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})