summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ccnet/Makefile2
-rw-r--r--net-mgmt/cricket/Makefile2
-rw-r--r--net-mgmt/mk-livestatus/Makefile2
-rw-r--r--net-mgmt/nagvis/Makefile2
-rw-r--r--net-mgmt/p5-Net-NSCA-Client/Makefile4
-rw-r--r--net-mgmt/pandorafms_agent/Makefile4
-rw-r--r--net-mgmt/pandorafms_console/Makefile2
-rw-r--r--net-mgmt/pixilate/Makefile2
-rw-r--r--net-mgmt/sblim-wbemcli/Makefile2
-rw-r--r--net-mgmt/seafile/Makefile2
-rw-r--r--net-mgmt/zabbix2-server/Makefile2
-rw-r--r--net-mgmt/zabbix22-server/Makefile2
-rw-r--r--net-mgmt/zabbix24-server/Makefile2
-rw-r--r--net-mgmt/zabbix3-server/Makefile2
-rw-r--r--net-mgmt/zabbix32-server/Makefile2
15 files changed, 17 insertions, 17 deletions
diff --git a/net-mgmt/ccnet/Makefile b/net-mgmt/ccnet/Makefile
index 8682f1b..e7871e4 100644
--- a/net-mgmt/ccnet/Makefile
+++ b/net-mgmt/ccnet/Makefile
@@ -65,7 +65,7 @@ post-install:
${STAGEDIR}${PREFIX}/bin/ccnet-servtool
(cd ${STAGEDIR}${PREFIX}/lib && \
${COPYTREE_SHARE} ${PYTHON_VERSION} ${STAGEDIR}${PREFIX}/${SEALIB})
- @${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}
+ @${RM} -r ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}
${LN} -s ${PREFIX}/${SEABIN}/ccnet-server ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile
index 59a3bae..2a32f28 100644
--- a/net-mgmt/cricket/Makefile
+++ b/net-mgmt/cricket/Makefile
@@ -38,7 +38,7 @@ do-install:
${MKDIR} -m 755 ${CRICKETBASE}/cricket-${PORTVERSION}
${CP} -R ${WRKSRC}/* ${CRICKETBASE}/cricket-${PORTVERSION}
${FIND} ${CRICKETBASE}/cricket-${PORTVERSION} -name \*.orig -or \
- -name \*.bak | ${XARGS} ${RM} -f
+ -name \*.bak | ${XARGS} ${RM}
${LN} -s cricket-${PORTVERSION} \
${CRICKETBASE}/cricket
if [ -f ${LOCALBASE}/cricket/compile ] ; then \
diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile
index 1a578f4..5ee0342 100644
--- a/net-mgmt/mk-livestatus/Makefile
+++ b/net-mgmt/mk-livestatus/Makefile
@@ -47,7 +47,7 @@ COMMAND_FILE?= /var/spool/nagios/rw/live
# Actual version can be found on CPAN
# http://search.cpan.org/~nierlein/Monitoring-Livestatus/
post-extract:
- @${RM} -rf ${WRKSRC}/api/perl
+ @${RM} -r ${WRKSRC}/api/perl
post-patch:
@${SED} -i '' -e 's|/usr/bin/python|${LOCALBASE}/bin/python2.7|g' \
diff --git a/net-mgmt/nagvis/Makefile b/net-mgmt/nagvis/Makefile
index ba0eac4..3f115cb 100644
--- a/net-mgmt/nagvis/Makefile
+++ b/net-mgmt/nagvis/Makefile
@@ -53,7 +53,7 @@ RUN_DEPENDS+= dot:graphics/graphviz
.endif
post-extract:
- @${RM} -f ${WRKSRC}/.gitignore ${WRKSRC}/install.sh ${WRKSRC}/INSTALL
+ @${RM} ${WRKSRC}/.gitignore ${WRKSRC}/install.sh ${WRKSRC}/INSTALL
post-patch:
@${REINPLACE_CMD} -i '' -e 's|@NAGVIS_WEB@|/nagvis|g' \
diff --git a/net-mgmt/p5-Net-NSCA-Client/Makefile b/net-mgmt/p5-Net-NSCA-Client/Makefile
index e062978..1132f73 100644
--- a/net-mgmt/p5-Net-NSCA-Client/Makefile
+++ b/net-mgmt/p5-Net-NSCA-Client/Makefile
@@ -45,8 +45,8 @@ USES= perl5
USE_PERL5= modbuild
post-patch:
- @cd ${WRKSRC} && ${RM} -f bin/send_nsca
- @cd ${WRKSRC} && ${RM} -f t/send_nsca.t
+ @cd ${WRKSRC} && ${RM} bin/send_nsca
+ @cd ${WRKSRC} && ${RM} t/send_nsca.t
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./Build test
diff --git a/net-mgmt/pandorafms_agent/Makefile b/net-mgmt/pandorafms_agent/Makefile
index d637f02..3645f1b 100644
--- a/net-mgmt/pandorafms_agent/Makefile
+++ b/net-mgmt/pandorafms_agent/Makefile
@@ -40,8 +40,8 @@ post-patch:
@${REINPLACE_CMD} -e '\|PREFIX=|s|=[^;]*|=${PREFIX}|' ${WRKSRC}/pandora_agent_installer
post-install:
- @${RM} -f ${STAGEDIR}${LOGDIR}/pandora_agent.log
- @${RM} -f ${STAGEDIR}${DATADIR}/collections/.empty
+ @${RM} ${STAGEDIR}${LOGDIR}/pandora_agent.log
+ @${RM} ${STAGEDIR}${DATADIR}/collections/.empty
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for x in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR}
diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile
index d7da7e1..8269124 100644
--- a/net-mgmt/pandorafms_console/Makefile
+++ b/net-mgmt/pandorafms_console/Makefile
@@ -56,7 +56,7 @@ post-patch:
post-install:
@cd ${STAGEDIR}${WWWDIR} \
- && ${RM} -rf pandora_console_[il]* DEBIAN/ *.spec \
+ && ${RM} -r pandora_console_[il]* DEBIAN/ *.spec \
attachment/downloads/.gitignore ${PORTDOCS} \
Dockerfile docker_entrypoint.sh \
*.sql.bak extras/check_other_languages.sh.bak
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile
index 1609927..ed706fb 100644
--- a/net-mgmt/pixilate/Makefile
+++ b/net-mgmt/pixilate/Makefile
@@ -26,7 +26,7 @@ PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz
OPTIONS_DEFINE= DOCS
post-patch:
- @cd ${WRKSRC} && ${RM} -f INSTALL install-sh missing mkinstalldirs
+ @cd ${WRKSRC} && ${RM} INSTALL install-sh missing mkinstalldirs
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/net-mgmt/sblim-wbemcli/Makefile b/net-mgmt/sblim-wbemcli/Makefile
index c99a08f..8e06c1c 100644
--- a/net-mgmt/sblim-wbemcli/Makefile
+++ b/net-mgmt/sblim-wbemcli/Makefile
@@ -16,6 +16,6 @@ USES= tar:bzip2
GNU_CONFIGURE= YES
CPPFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
-MAKE_ARGS= RM="${RM} -f"
+MAKE_ARGS= RM="${RM}"
.include <bsd.port.mk>
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile
index 9987725..ba60c7c 100644
--- a/net-mgmt/seafile/Makefile
+++ b/net-mgmt/seafile/Makefile
@@ -117,7 +117,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/seaf-cli-wrapper.sh ${STAGEDIR}${PREFIX}/bin/seaf-cli
(cd ${STAGEDIR}${PREFIX}/lib && \
${COPYTREE_SHARE} ${PYTHON_VERSION} ${STAGEDIR}${PREFIX}/${SEALIB})
- @${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} \
+ @${RM} -r ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} \
${WRKSRC}/scripts/seaf-cli-wrapper.sh \
${WRKSRC}/scripts/sqlite2mysql.[ps][yh] \
${WRKSRC}/scripts/setup-seafile.sh \
diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile
index ef28e5e..c5dbac9 100644
--- a/net-mgmt/zabbix2-server/Makefile
+++ b/net-mgmt/zabbix2-server/Makefile
@@ -149,7 +149,7 @@ post-patch:
.endif
@${REINPLACE_CMD} -Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
- @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} -f {} +
+ @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} {} +
post-install:
.if ${PORT_OPTIONS:MJAVAGW}
diff --git a/net-mgmt/zabbix22-server/Makefile b/net-mgmt/zabbix22-server/Makefile
index 1ee307e..0cf04ba 100644
--- a/net-mgmt/zabbix22-server/Makefile
+++ b/net-mgmt/zabbix22-server/Makefile
@@ -146,7 +146,7 @@ post-patch:
.endif
@${REINPLACE_CMD} -Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
- @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} -f {} +
+ @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} {} +
.if ${ZABBIX_BUILD} == "server"
@${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_server.pid#PidFile=/var/run/zabbix/zabbix_server.pid#g' \
diff --git a/net-mgmt/zabbix24-server/Makefile b/net-mgmt/zabbix24-server/Makefile
index 6cc26e5..0a4be0d 100644
--- a/net-mgmt/zabbix24-server/Makefile
+++ b/net-mgmt/zabbix24-server/Makefile
@@ -157,7 +157,7 @@ post-patch:
-Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
- -exec ${RM} -f {} +
+ -exec ${RM} {} +
post-install:
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile
index d027f0e..d4ddd79 100644
--- a/net-mgmt/zabbix3-server/Makefile
+++ b/net-mgmt/zabbix3-server/Makefile
@@ -195,7 +195,7 @@ post-patch:
-Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
- -exec ${RM} -f {} +
+ -exec ${RM} {} +
post-install:
diff --git a/net-mgmt/zabbix32-server/Makefile b/net-mgmt/zabbix32-server/Makefile
index 121bf24..a4f521f 100644
--- a/net-mgmt/zabbix32-server/Makefile
+++ b/net-mgmt/zabbix32-server/Makefile
@@ -195,7 +195,7 @@ post-patch:
-Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
- -exec ${RM} -f {} +
+ -exec ${RM} {} +
post-install:
OpenPOWER on IntegriCloud