diff options
author | mat <mat@FreeBSD.org> | 2016-10-21 20:51:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-21 20:51:40 +0800 |
commit | 316cf6317eb621c4567d3b8e337fa9ba3097ea56 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /net-mgmt | |
parent | 5b45061f15be292aed8143f0ec15163936e69baf (diff) | |
download | freebsd-ports-graphics-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.gz freebsd-ports-graphics-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.zst freebsd-ports-graphics-316cf6317eb621c4567d3b8e337fa9ba3097ea56.zip |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ccnet/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/cricket/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mk-livestatus/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagvis/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-NSCA-Client/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pandorafms_agent/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pandorafms_console/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pixilate/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/sblim-wbemcli/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/seafile/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix22-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix24-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix3-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix32-server/Makefile | 2 |
15 files changed, 17 insertions, 17 deletions
diff --git a/net-mgmt/ccnet/Makefile b/net-mgmt/ccnet/Makefile index 8682f1b6bd6..e7871e44704 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 59a3baecc22..2a32f28c93b 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 1a578f4d4eb..5ee034248f6 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 ba0eac43dfd..3f115cb8a21 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 e0629784a5e..1132f73a1ec 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 d637f02568a..3645f1bb2ba 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 d7da7e1267b..82691244ebb 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 1609927e7d8..ed706fb9687 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 c99a08fa395..8e06c1c3225 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 99877252d7b..ba60c7ccb37 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 ef28e5eaeb4..c5dbac99b2a 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 1ee307e9925..0cf04bafa7e 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 6cc26e55f1c..0a4be0d95e4 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 d027f0ec577..d4ddd793570 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 121bf244a39..a4f521f1f38 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: |