aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2018-01-23 16:04:24 +0000
committerLars Engels <lme@FreeBSD.org>2018-01-23 16:04:24 +0000
commit65051ea30f374a505f6fbeec2cd1c2357df9b52a (patch)
treeb4ab1a92752521d35320c38e2ff34857b56703cd /net-mgmt
parentd4fe77330919ae392f050e00dff52ecee2266a4b (diff)
downloadports-65051ea30f374a505f6fbeec2cd1c2357df9b52a.tar.gz
ports-65051ea30f374a505f6fbeec2cd1c2357df9b52a.zip
Notes
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})