diff options
Diffstat (limited to 'devel')
84 files changed, 108 insertions, 108 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 9141883af1de..f84116a52305 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -82,7 +82,7 @@ pre-patch: .endif post-patch: - @${RM} -rf ${WRKSRC}/hardware/tools/ + @${RM} -r ${WRKSRC}/hardware/tools/ @${MKDIR} ${WRKSRC}/hardware/tools/avr/ @${LN} -s ${PREFIX}/bin ${WRKSRC}/hardware/tools/avr/bin @${LN} -s ${PREFIX}/etc ${WRKSRC}/hardware/tools/avr/etc @@ -91,7 +91,7 @@ post-patch: @${LN} -s ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar ${WRKSRC}/lib/RXTXcomm.jar @${MV} ${WRKSRC}/reference/img/logo.png ${WRKSRC}/ - @${RM} -rf ${WRKSRC}/reference/img/ + @${RM} -r ${WRKSRC}/reference/img/ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index 9879e19ffb92..fdede1ca79f9 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -23,7 +23,7 @@ post-install: .endfor cd ${WRKSRC}/libiberty ; ${CP} libiberty.a \ ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}/lib - ${RM} -f ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info/* + ${RM} ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info/* ${RMDIR} ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info .include <bsd.port.mk> diff --git a/devel/arm-none-eabi-gdb/Makefile b/devel/arm-none-eabi-gdb/Makefile index 0b3ed13b68c9..0a54fa5d7d7a 100644 --- a/devel/arm-none-eabi-gdb/Makefile +++ b/devel/arm-none-eabi-gdb/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --target=arm-none-eabi --program-prefix=arm-none-eabi- --disable --disable-werror pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo + cd ${WRKSRC} ; ${RM} -r dejagnu expect tcl texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ diff --git a/devel/atf/Makefile b/devel/atf/Makefile index d1031c688dce..c53dad3e4ec3 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -33,7 +33,7 @@ PLIST_SUB+= TEST= post-install: .if empty(PORT_OPTIONS:MTEST) - @${RM} -rf ${STAGEDIR}${PREFIX}/tests + @${RM} -r ${STAGEDIR}${PREFIX}/tests .endif .include <bsd.port.mk> diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index da2b8dde268b..391a788c823b 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -36,7 +36,7 @@ post-patch: ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \ s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \ done) - @(cd ${WRKSRC}/doc && ${RM} -f *.info) + @(cd ${WRKSRC}/doc && ${RM} *.info) @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index bf78d1a2b113..b29293702872 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls \ --disable-werror pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo + cd ${WRKSRC} ; ${RM} -r dejagnu expect tcl texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 80df5b9d4956..e7f701ec3f7e 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -63,7 +63,7 @@ post-patch: .endif do-install: - ${RM} -f ${TMPPLIST} + ${RM} ${TMPPLIST} .if ${PORT_OPTIONS:MDOXYGEN} (cd ${BUILD_WRKSRC}/doc/api/avr-libc-user-manual && \ ${FIND} . -type f \ diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 4c7dbeaf71af..42fb76b698a4 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -101,18 +101,18 @@ post-install: ${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h .else .if ${PKGNAMEPREFIX:S/-$//} != ${BUTARGET} - ${RM} -rf ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//} + ${RM} -r ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//} .endif @if [ -d ${STAGEDIR}${PREFIX}/${INFO_PATH} ] ; then rm -rf ${STAGEDIR}${PREFIX}/${INFO_PATH}; fi ${LN} -fs ../../bin/${BUTARGET}-size ${STAGEDIR}${PREFIX}/${BUTARGET}/bin/size .endif .for tool in ${BUREMOVE} - @${RM} -f ${STAGEDIR}${PREFIX}/bin/${BUTARGET}-${tool} \ + @${RM} ${STAGEDIR}${PREFIX}/bin/${BUTARGET}-${tool} \ ${STAGEDIR}${PREFIX}/man/man1/${BUTARGET}-${tool}.1 \ ${STAGEDIR}${PREFIX}/${BUTARGET}/bin/${tool} .endfor .if defined(BUREMOVE) && ${BUREMOVE:Mld} - @${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts + @${RM} -r ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts .endif .include <bsd.port.post.mk> diff --git a/devel/bison/Makefile b/devel/bison/Makefile index dfb8dea0579c..1ce275becc19 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -30,7 +30,7 @@ NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes post-extract: - @${RM} -f ${WRKSRC}/doc/bison.info* + @${RM} ${WRKSRC}/doc/bison.info* @${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in PORTEXAMPLES= calc++ diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile index 3dd58ec08ff1..304441c83662 100644 --- a/devel/boost_build/Makefile +++ b/devel/boost_build/Makefile @@ -38,7 +38,7 @@ do-install: ${STAGEDIR}${DATADIR}) ${INSTALL_MAN} ${WRKSRC}/boost.png \ ${STAGEDIR}${PREFIX}/share/doc/boost.png - (cd ${WRKSRC}/doc && ${RM} -rf Jamfile.v2 project-root.jam \ + (cd ${WRKSRC}/doc && ${RM} -r Jamfile.v2 project-root.jam \ html/userman_HTML.manifest src) do-install-DOCS-on: diff --git a/devel/cil/Makefile b/devel/cil/Makefile index f98873e5fe44..e20f321b05ee 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -85,7 +85,7 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${RM} -rf ${WRKSRC}/doc/cilcode.tmp + @${RM} -r ${WRKSRC}/doc/cilcode.tmp (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 8bff3e467586..32c00e91829f 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -28,6 +28,6 @@ pre-install: # cook installs extra copies of the manpages in a directory that MANLANG can't # cope with. Delete the extra copies. post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/share/cook/en/man1 + @${RM} -r ${STAGEDIR}${PREFIX}/share/cook/en/man1 .include <bsd.port.mk> diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 304ba6f7bb7e..7b9428a3251f 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -42,8 +42,8 @@ LIBXMDIR= ${LOCALBASE} .endif pre-patch: - @${RM} -fv ${WRKSRC}/ddd/ddd.info* - @${RM} -fv ${WRKSRC}/ddd/ddd-themes.info* + @${RM}v ${WRKSRC}/ddd/ddd.info* + @${RM}v ${WRKSRC}/ddd/ddd-themes.info* pre-configure: @${FIND} ${WRKSRC} -name configure | ${XARGS} \ diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 3083b226534f..4157d16de522 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -158,7 +158,7 @@ pre-patch: ${WRKSRC}/Makefile.am post-stage: - ${RM} -rf ${STAGEDIR}${PREFIX}/share/gdb + ${RM} -r ${STAGEDIR}${PREFIX}/share/gdb for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \ if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \ done diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 801d68593913..1cd60f74a390 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -31,7 +31,7 @@ post-patch: ${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/libfam/Makefile.am pre-configure: - ${RM} -fr ${WRKSRC}/util + ${RM} -r ${WRKSRC}/util ${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig ${SED} -e s/util// -e /SUBDIRS/q \ <${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am diff --git a/devel/gcc-arm-embedded/Makefile b/devel/gcc-arm-embedded/Makefile index 5ab8fad031fb..5c94e104edda 100644 --- a/devel/gcc-arm-embedded/Makefile +++ b/devel/gcc-arm-embedded/Makefile @@ -115,12 +115,12 @@ post-extract: @${TAR} -xf ${SRC_DIR}/newlib.tar.bz2 -C ${SRC_DIR} do-configure: - @${RM} -rf ${BUILD_DIR} + @${RM} -r ${BUILD_DIR} @${MKDIR} ${BUILD_DIR} - @${RM} -rf ${INTERIM_PREFIX} + @${RM} -r ${INTERIM_PREFIX} @${MKDIR} ${INTERIM_PREFIX} @${CP} ${FILESDIR}/Makefile ${WRKDIR} - @${RM} -f ${WRKDIR}/Makefile.inc + @${RM} ${WRKDIR}/Makefile.inc .for VAR in ${VAR_TO_SUBMAKE} @${ECHO} '${VAR}=${${VAR}}' >> ${WRKDIR}/Makefile.inc .endfor diff --git a/devel/gcc-msp430-ti-toolchain/Makefile b/devel/gcc-msp430-ti-toolchain/Makefile index 69dfa13e3b38..e7bc7d8a9403 100644 --- a/devel/gcc-msp430-ti-toolchain/Makefile +++ b/devel/gcc-msp430-ti-toolchain/Makefile @@ -110,11 +110,11 @@ pre-extract: # Till we don't have Insight, we don't need to build tcl anyway post-patch: - @${RM} -rf ${WRKSRC}/tcl ${WRKSRC}/tk ${WRKSRC}/itcl \ + @${RM} -r ${WRKSRC}/tcl ${WRKSRC}/tk ${WRKSRC}/itcl \ ${WRKSRC}/libgui post-patch-PURE-off: - @${RM} -rf ${WRKSRC}/gmp ${WRKSRC}/mpfr ${WRKSRC}/mpc + @${RM} -r ${WRKSRC}/gmp ${WRKSRC}/mpfr ${WRKSRC}/mpc post-stage: @${ECHO_MSG} "Remove unneeded host files..." @@ -122,7 +122,7 @@ post-stage: ${RM} "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ done @for f in ${UNNEEDED_HOST_DIRS} ; do \ - ${RM} -rf "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ + ${RM} -r "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ done @${ECHO_MSG} "Install devices' headers and linker scripts..." @${MKDIR} ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/include diff --git a/devel/git/Makefile b/devel/git/Makefile index 330e87104dba..5ee6c4c16bec 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -183,7 +183,7 @@ post-install: # recreate it after. This is necessary because the distfile is # extracted with --no-same-owner. If the distfile is extracted as a # non-root user then the symlink will have the incorrect owner. - ${RM} -f ${WRKDIR}/htmldocs/index.html + ${RM} ${WRKDIR}/htmldocs/index.html ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR}/htmldocs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) ${LN} -s git.html ${STAGEDIR}${DOCSDIR}/index.html diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index 0cd160618285..b801cd25e888 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/glade-- bin/glademm-embed .include <bsd.port.pre.mk> post-patch: - @${RM} -f ${WRKSRC}/src/getopt.* + @${RM} ${WRKSRC}/src/getopt.* @${REINPLACE_CMD} \ -Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \ -Ee '/^@AMDEP(.)+getopt/d' \ diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 4f619cccaf9c..e87dcbca2491 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -109,7 +109,7 @@ do-build: ${PYTHON_CMD} ${PYCOMPILE} ${WRKSRC}/share/support post-install: - ${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/gps/html/*/_sources + ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/gps/html/*/_sources ${INSTALL_SCRIPT} ${WRKDIR}/gps ${STAGEDIR}${PREFIX}/bin echo "This is the GPS GPL Edition for the ${OPSYS} Ports Collection." \ > ${STAGEDIR}${PREFIX}/share/gps/about.txt diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index d4ba52d89ed3..90ad653eebe5 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -94,6 +94,6 @@ PLIST_SUB+= HAL="@comment " post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/remote-volume-monitors - @${RM} -rf ${STAGEDIR}${PREFIX}/lib/systemd + @${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd .include <bsd.port.mk> diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 93065f0f59a0..0dc39df6cb57 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -59,7 +59,7 @@ post-patch: do-build: cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk - cd ${WRKSRC} && ${RM} -rf out + cd ${WRKSRC} && ${RM} -r out cd ${WRKSRC} && ./kBuild/env.sh kmk cd ${WRKSRC} && ./kBuild/env.sh kmk NIX_INSTALL_DIR=${PREFIX} BUILD_TYPE=release -C ${WRKSRC} diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index adfecab25180..ecfc5b1d9618 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -53,7 +53,7 @@ post-install: @${RMDIR} ${STAGEDIR}${DATADIR}/examples .endif .if ! ${PORT_OPTIONS:MDOCS} && ! ${PORT_OPTIONS:MEXAMPLES} - @${RM} -rf ${STAGEDIR}${DATADIR}/* + @${RM} -r ${STAGEDIR}${DATADIR}/* .endif @${TEST} -d ${STAGEDIR}${DATADIR} && \ ${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} diff --git a/devel/liborcus07/Makefile b/devel/liborcus07/Makefile index 74a7de364c39..b0e7fc096df5 100644 --- a/devel/liborcus07/Makefile +++ b/devel/liborcus07/Makefile @@ -30,6 +30,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-stage: - @${RM} -f ${STAGEDIR}${PREFIX}/bin/* + @${RM} ${STAGEDIR}${PREFIX}/bin/* .include <bsd.port.mk> diff --git a/devel/libsearpc/Makefile b/devel/libsearpc/Makefile index d56d91e3a89c..48c2b6356251 100644 --- a/devel/libsearpc/Makefile +++ b/devel/libsearpc/Makefile @@ -41,6 +41,6 @@ post-install: @${MKDIR} ${STAGEDIR}${SEALIB} (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} .include <bsd.port.mk> diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 2b2d159d50cd..48e58c64532e 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -22,7 +22,7 @@ USES+= makeinfo INFO= libtool post-patch: - @${RM} -f ${WRKSRC}/doc/*.info* + @${RM} ${WRKSRC}/doc/*.info* @${TOUCH} ${WRKSRC}/doc/libtool.1 .include <bsd.port.mk> diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index 7080c01b11f5..12e16d45a384 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -213,7 +213,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} ${PLIST}.tmp + ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} ${ECHO_CMD} bin/${COMMAND_PREFIX}${command}%%COMMAND_SUFFIX%% >> ${PLIST}.tmp .endfor @@ -234,7 +234,7 @@ build-plist: -e 's|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|' | \ ${SORT} >> ${PLIST}.tmp awk '{if ($$0 ~ /clang/ && $$0 !~ /omp.h/) {printf "%%%%CLANG%%%%"} if ($$0 ~ /(argdumper|lldb)/) {printf "%%%%LLDB%%%%"} print}' ${PLIST}.tmp >> ${PLIST} - ${RM} -f ${PLIST}.tmp + ${RM} ${PLIST}.tmp check-commands: .for command in ${COMMANDS} diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index 4e8a8e204a4b..dd9cdfd22fbe 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -364,7 +364,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} ${PLIST}.tmp + ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp .endfor diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 7be33630737d..db46240bd8b0 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -241,7 +241,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST} .endfor diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index f16417456a2d..b107dc03f0b1 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -246,7 +246,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST} .endfor diff --git a/devel/llvm35/Makefile b/devel/llvm35/Makefile index 0f300fff9500..2f8f8898bd84 100644 --- a/devel/llvm35/Makefile +++ b/devel/llvm35/Makefile @@ -244,7 +244,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST} .endfor diff --git a/devel/llvm36/Makefile b/devel/llvm36/Makefile index eefe16f2185a..63ca2d268534 100644 --- a/devel/llvm36/Makefile +++ b/devel/llvm36/Makefile @@ -250,7 +250,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST} .endfor diff --git a/devel/llvm37/Makefile b/devel/llvm37/Makefile index 17b980bd0fe0..b6663502fd71 100644 --- a/devel/llvm37/Makefile +++ b/devel/llvm37/Makefile @@ -368,7 +368,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} ${PLIST}.tmp + ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp .endfor @@ -395,7 +395,7 @@ build-plist: if ($$0 ~ /lib.*omp/) {printf "%%%%OPENMP%%%%"} \ if ($$0 ~ /LLVMgold/) {printf "%%%%GOLD%%%%"} \ if ($$0 !~ /libclang_rt/) {print}}' ${PLIST}.tmp >> ${PLIST} - ${RM} -f ${PLIST}.tmp + ${RM} ${PLIST}.tmp check-commands: .for command in ${COMMANDS} diff --git a/devel/llvm38/Makefile b/devel/llvm38/Makefile index ce815c32556a..9281e7402732 100644 --- a/devel/llvm38/Makefile +++ b/devel/llvm38/Makefile @@ -393,7 +393,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} ${PLIST}.tmp + ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp .endfor @@ -421,7 +421,7 @@ build-plist: if ($$0 ~ /lib.*omp/) {printf "%%%%OPENMP%%%%"} \ if ($$0 ~ /LLVMgold/) {printf "%%%%GOLD%%%%"} \ if ($$0 !~ /libclang_rt/) {print}}' ${PLIST}.tmp >> ${PLIST} - ${RM} -f ${PLIST}.tmp + ${RM} ${PLIST}.tmp check-commands: diff --git a/devel/llvm39/Makefile b/devel/llvm39/Makefile index 60727d0c0e58..f39020a72247 100644 --- a/devel/llvm39/Makefile +++ b/devel/llvm39/Makefile @@ -398,7 +398,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} ${PLIST}.tmp + ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp .endfor diff --git a/devel/lutok/Makefile b/devel/lutok/Makefile index 6fcbe64b0a99..391ae5befc77 100644 --- a/devel/lutok/Makefile +++ b/devel/lutok/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= TESTS="@comment " .if ! ${PORT_OPTIONS:MDOCS} pre-install: .SILENT - ${RM} -rf ${WRKSRC}/api-docs + ${RM} -r ${WRKSRC}/api-docs .endif .include <bsd.port.mk> diff --git a/devel/maven3/Makefile b/devel/maven3/Makefile index 330ddeefcd53..78d8043c6630 100644 --- a/devel/maven3/Makefile +++ b/devel/maven3/Makefile @@ -29,7 +29,7 @@ INSTANCE_FILE= 030005-${PORTNAME}-${PORTVERSION} INSTANCES_DIR= etc/maven-wrapper/instances.d/ post-extract: - ${RM} -f ${WRKSRC}/bin/*.bat + ${RM} ${WRKSRC}/bin/*.bat ${ECHO_CMD} "${DATADIR}" > ${WRKSRC}/${INSTANCE_FILE} do-install: diff --git a/devel/maven31/Makefile b/devel/maven31/Makefile index a927dcb3571c..c6765da4982d 100644 --- a/devel/maven31/Makefile +++ b/devel/maven31/Makefile @@ -30,7 +30,7 @@ INSTANCE_FILE= 030101-${PORTNAME}-${PORTVERSION} INSTANCES_DIR= etc/maven-wrapper/instances.d/ post-extract: - ${RM} -f ${WRKSRC}/bin/*.bat + ${RM} ${WRKSRC}/bin/*.bat ${ECHO_CMD} "${DATADIR}" > ${WRKSRC}/${INSTANCE_FILE} do-install: diff --git a/devel/maven33/Makefile b/devel/maven33/Makefile index f874d87ae631..92e45f1fe849 100644 --- a/devel/maven33/Makefile +++ b/devel/maven33/Makefile @@ -28,7 +28,7 @@ INSTANCE_FILE= 030303-${PORTNAME}-${PORTVERSION} INSTANCES_DIR= etc/maven-wrapper/instances.d/ post-extract: - ${RM} -f ${WRKSRC}/bin/*.bat + ${RM} ${WRKSRC}/bin/*.bat ${ECHO_CMD} "${DATADIR}" > ${WRKSRC}/${INSTANCE_FILE} do-install: diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 83fcf7fc7e4d..a2ebea0fbfe2 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -86,7 +86,7 @@ post-patch: pre-configure: cd ${SRCDIR} ; contrib/gcc_update --touch - @${RM} -f ${SRCDIR}/gcc/*/*.info* + @${RM} ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} post-install: diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index ce8ca04746d5..f2064d387e43 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -37,7 +37,7 @@ NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls post-extract: - @${RM} -f ${WRKSRC}/monotone.info* + @${RM} ${WRKSRC}/monotone.info* post-patch: @${REINPLACE_CMD} \ diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 8bac3bad8f53..0a27e1528435 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -125,7 +125,7 @@ post-install: . endfor .endfor - ${RM} -f ${STAGEDIR}${PREFIX}/lib/libncurses.so \ + ${RM} ${STAGEDIR}${PREFIX}/lib/libncurses.so \ ${STAGEDIR}${PREFIX}/lib/libncursesw.so ${ECHO} "INPUT(libncurses.so.${PORTVERSION:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so ${ECHO} "INPUT(libncursesw.so.${PORTVERSION:R} AS_NEEDED(-ltinfow))" > ${STAGEDIR}${PREFIX}/lib/libncursesw.so diff --git a/devel/p5-MooseX-Async/Makefile b/devel/p5-MooseX-Async/Makefile index 39c205f8d960..630c6df339ab 100644 --- a/devel/p5-MooseX-Async/Makefile +++ b/devel/p5-MooseX-Async/Makefile @@ -19,6 +19,6 @@ USES= perl5 USE_PERL5= configure post-extract: - @${RM} -f ${WRKSRC}/lib/MooseX/._Async.pm + @${RM} ${WRKSRC}/lib/MooseX/._Async.pm .include <bsd.port.mk> diff --git a/devel/p5-Parse-Pidl/Makefile b/devel/p5-Parse-Pidl/Makefile index 4aa9699f6df1..8260e05f5cad 100644 --- a/devel/p5-Parse-Pidl/Makefile +++ b/devel/p5-Parse-Pidl/Makefile @@ -29,6 +29,6 @@ PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/pidl post-extract: - @${RM} -rf ${WRKSRC}/lib/Parse/Yapp ${WRKSRC}/lib/wscript_build + @${RM} -r ${WRKSRC}/lib/Parse/Yapp ${WRKSRC}/lib/wscript_build .include "${MASTERDIR}/Makefile" diff --git a/devel/p5-PerlIO-via-symlink/Makefile b/devel/p5-PerlIO-via-symlink/Makefile index a9451e8e27db..bd838c797f85 100644 --- a/devel/p5-PerlIO-via-symlink/Makefile +++ b/devel/p5-PerlIO-via-symlink/Makefile @@ -21,6 +21,6 @@ USE_PERL5= configure post-patch: # Really old M::I code - ${RM} -rf ${WRKSRC}/inc + ${RM} -r ${WRKSRC}/inc .include <bsd.port.mk> diff --git a/devel/p5-System2/Makefile b/devel/p5-System2/Makefile index 4dbeb6a84c64..8b930f28a2ba 100644 --- a/devel/p5-System2/Makefile +++ b/devel/p5-System2/Makefile @@ -15,6 +15,6 @@ USES= perl5 USE_PERL5= configure pre-configure: - ${RM} -f ${WRKSRC}/io_test.pl + ${RM} ${WRKSRC}/io_test.pl .include <bsd.port.mk> diff --git a/devel/p5-VCP-Source-cvsbk/Makefile b/devel/p5-VCP-Source-cvsbk/Makefile index 6269f83088e3..9d49bb2b04fa 100644 --- a/devel/p5-VCP-Source-cvsbk/Makefile +++ b/devel/p5-VCP-Source-cvsbk/Makefile @@ -21,6 +21,6 @@ USE_PERL5= configure post-patch: # Really old M::I code - ${RM} -rf ${WRKSRC}/inc + ${RM} -r ${WRKSRC}/inc .include <bsd.port.mk> diff --git a/devel/p5-VCP-autrijus/Makefile b/devel/p5-VCP-autrijus/Makefile index 5c3242f68778..0ea2e01d99d0 100644 --- a/devel/p5-VCP-autrijus/Makefile +++ b/devel/p5-VCP-autrijus/Makefile @@ -28,6 +28,6 @@ USES= perl5 USE_PERL5= configure post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; + ${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} {} \; .include <bsd.port.mk> diff --git a/devel/pas2dox/Makefile b/devel/pas2dox/Makefile index d5b5412147d4..8712ae0663fd 100644 --- a/devel/pas2dox/Makefile +++ b/devel/pas2dox/Makefile @@ -33,7 +33,7 @@ post-patch: 's|yy_flex_realloc|yyrealloc|' ${WRKSRC}/${PORTNAME}.l pre-build: - @${RM} -f ${WRKSRC}/${PORTNAME}.cpp + @${RM} ${WRKSRC}/${PORTNAME}.cpp do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 8887719d53da..864a69f22519 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -37,9 +37,9 @@ do-install: ${STAGEDIR}${PEARDIR}/peclcmd.php # pear violates stage when staging as root, hide this .if defined(PACKAGE_BUILDING) - @${RM} -rf ${PEARDIR} + @${RM} -r ${PEARDIR} .endif # Clean up orphans re-generated by pkg-install - @${RM} -rf ${STAGEDIR}${PEARDIR}/.depdb ${STAGEDIR}${PEARDIR}/.depdblock ${STAGEDIR}${PEARDIR}/.filemap ${STAGEDIR}${PEARDIR}/.lock + @${RM} -r ${STAGEDIR}${PEARDIR}/.depdb ${STAGEDIR}${PEARDIR}/.depdblock ${STAGEDIR}${PEARDIR}/.filemap ${STAGEDIR}${PEARDIR}/.lock .include <bsd.port.mk> diff --git a/devel/php-libawl/Makefile b/devel/php-libawl/Makefile index f024981d02d6..ab9f8fbc39d7 100644 --- a/devel/php-libawl/Makefile +++ b/devel/php-libawl/Makefile @@ -29,7 +29,7 @@ pre-everything:: @${ECHO_CMD} "# by setting LIBAWLDIR in /etc/make.conf" post-patch: - ${RM} -f ${WRKSRC}/inc/*.orig + ${RM} ${WRKSRC}/inc/*.orig do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBAWLDIR} diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index ee39c481d00e..2a53331cdf50 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -79,8 +79,8 @@ do-build: # Dynamic PLIST sucks, but it's over 8K lines, which sucks even more :( post-build: - ${RM} -rf `${FIND} ${WRKSRC}/dist -type f ! -regex ".*\.png"` - ${RM} -rf `${FIND} ${WRKSRC} -name .hg -o -name .hgignore \ + ${RM} -r `${FIND} ${WRKSRC}/dist -type f ! -regex ".*\.png"` + ${RM} -r `${FIND} ${WRKSRC} -name .hg -o -name .hgignore \ -o -name .hgtags -o -name .cvsignore` @( cd ${WRKDIR} ; \ ${FIND} plan9 -type f; \ diff --git a/devel/ptypes/Makefile b/devel/ptypes/Makefile index 9a69ceeda89c..c02de1537d1d 100644 --- a/devel/ptypes/Makefile +++ b/devel/ptypes/Makefile @@ -29,8 +29,8 @@ DEBUG_VARS= DEBUG_FLAGS="-DDEBUG -g" OPTIMIZED_CFLAGS_VARS= PTYPES_CFLAGS+="-O2" pre-install: - @${RM} -f ${WRKSRC}/include/*.orig - @${RM} -f ${WRKSRC}/wshare/*.o ${WRKSRC}/wshare/*.orig + @${RM} ${WRKSRC}/include/*.orig + @${RM} ${WRKSRC}/wshare/*.o ${WRKSRC}/wshare/*.orig do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/ptypes diff --git a/devel/py-calendar/Makefile b/devel/py-calendar/Makefile index 857bc2e380cb..2e298c7cce34 100644 --- a/devel/py-calendar/Makefile +++ b/devel/py-calendar/Makefile @@ -24,13 +24,13 @@ SVN_CMD2= svn export -r15423 maint-gen-distfile: @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ - ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \ + ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -R ${WRKDIR}/${DISTNAME} ; \ ${ECHO_MSG} "=> Checking out PyCalendar from svn.calendarserver.org/..."; \ ${SVN_CMD2} ${SVN_REPOSITORY_URL}/${SVN_TAG2} > /dev/null ; \ ${MV} trunk ${DISTNAME} ; \ ${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \ - ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \ + ${RM} -R ${WRKDIR}/${DISTNAME} ; \ else \ ${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \ fi diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile index b0c5f4882188..1ab91a6d6ba3 100644 --- a/devel/py-freezegun/Makefile +++ b/devel/py-freezegun/Makefile @@ -25,7 +25,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes post-extract: - ${FIND} ${WRKSRC} -type d -name __pycache__ -or -type f -name '*.py[co]' -exec ${RM} -rf {} + + ${FIND} ${WRKSRC} -type d -name __pycache__ -or -type f -name '*.py[co]' -exec ${RM} -r {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/py-funcparserlib/Makefile b/devel/py-funcparserlib/Makefile index f947752a814c..2ac09f4080d9 100644 --- a/devel/py-funcparserlib/Makefile +++ b/devel/py-funcparserlib/Makefile @@ -22,7 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} OPTIONS_DEFINE= DOCS post-install: - @${RM} -f ${WRKSRC}/doc/Makefile + @${RM} ${WRKSRC}/doc/Makefile @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${INSTALL_WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ diff --git a/devel/py-mongoengine/Makefile b/devel/py-mongoengine/Makefile index 7817cdac9b9e..ccd4ab8e85e9 100644 --- a/devel/py-mongoengine/Makefile +++ b/devel/py-mongoengine/Makefile @@ -21,6 +21,6 @@ USE_PYTHON= autoplist distutils # bson is provided by pymongo post-patch: - @${RM} -rf ${WRKSRC}/bson + @${RM} -r ${WRKSRC}/bson .include <bsd.port.mk> diff --git a/devel/py-protocols/Makefile b/devel/py-protocols/Makefile index f3986100820f..57b0808b534b 100644 --- a/devel/py-protocols/Makefile +++ b/devel/py-protocols/Makefile @@ -16,6 +16,6 @@ USES= python USE_PYTHON= distutils autoplist post-patch: - @${RM} -rf ${WRKSRC}/setuptools + @${RM} -r ${WRKSRC}/setuptools .include <bsd.port.mk> diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile index 97300d6eef3b..3cb17618da0e 100644 --- a/devel/py-pytest-xdist/Makefile +++ b/devel/py-pytest-xdist/Makefile @@ -26,7 +26,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-extract: - ${RM} -rf ${WRKSRC}/testing/__pycache__ + ${RM} -r ${WRKSRC}/testing/__pycache__ do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) diff --git a/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile index dc85de1c1ef3..da7c53d76f9b 100644 --- a/devel/py-qt4-core/Makefile +++ b/devel/py-qt4-core/Makefile @@ -34,9 +34,9 @@ DEBUG_CONFIGURE_ON= --debug --trace PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" post-patch: .if ${PYTHON_MAJOR_VER} == "2" - ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3 + ${RM} -r ${WRKSRC}/pyuic/uic/port_v3 .elif ${PYTHON_MAJOR_VER} == "3" - ${RM} -rf ${WRKSRC}/pyuic/uic/port_v2 + ${RM} -r ${WRKSRC}/pyuic/uic/port_v2 .endif post-install: diff --git a/devel/py-qt5-core/Makefile b/devel/py-qt5-core/Makefile index 14ee561a9785..ce29992893d1 100644 --- a/devel/py-qt5-core/Makefile +++ b/devel/py-qt5-core/Makefile @@ -33,9 +33,9 @@ DEBUG_CONFIGURE_ON= --debug --trace PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" post-patch: .if ${PYTHON_MAJOR_VER} == "2" - ${RM} -rf ${WRKSRC}/pyuic/uic/port_v3 + ${RM} -r ${WRKSRC}/pyuic/uic/port_v3 .elif ${PYTHON_MAJOR_VER} == "3" - ${RM} -rf ${WRKSRC}/pyuic/uic/port_v2 + ${RM} -r ${WRKSRC}/pyuic/uic/port_v2 .endif post-install: diff --git a/devel/py-traits/Makefile b/devel/py-traits/Makefile index 318778d71adf..91a0b0971b27 100644 --- a/devel/py-traits/Makefile +++ b/devel/py-traits/Makefile @@ -23,6 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib post-extract: # Remove traits/testing directory files are not compatible with Python 3 - cd ${WRKSRC} && ${RM} -Rf traits/testing/ + cd ${WRKSRC} && ${RM} -R traits/testing/ .include <bsd.port.mk> diff --git a/devel/py-twext/Makefile b/devel/py-twext/Makefile index 1d95fdb8b62f..feaf0fc56731 100644 --- a/devel/py-twext/Makefile +++ b/devel/py-twext/Makefile @@ -38,13 +38,13 @@ SVN_CMD3= svn export -r15423 maint-gen-distfile: @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ - ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \ + ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -R ${WRKDIR}/${DISTNAME} ; \ ${ECHO_MSG} "=> Checking out twext from svn.calendarserver.org/..."; \ ${SVN_CMD3} ${SVN_REPOSITORY_URL}/${SVN_TAG3} > /dev/null ; \ ${MV} trunk ${DISTNAME} ; \ ${ECHO_MSG} "=> Creating tar archive ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \ cd ${WRKDIR} ; tar -czf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} ; \ - ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \ + ${RM} -R ${WRKDIR}/${DISTNAME} ; \ else \ ${ECHO_MSG} "===> ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} found." ; \ fi diff --git a/devel/py-vcrpy/Makefile b/devel/py-vcrpy/Makefile index bf482afc0850..09d4fc7d177f 100644 --- a/devel/py-vcrpy/Makefile +++ b/devel/py-vcrpy/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ .endif post-patch: - ${FIND} ${WRKSRC} -name __pycache__ -type d -exec ${RM} -rf {} + + ${FIND} ${WRKSRC} -name __pycache__ -type d -exec ${RM} -r {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index 8e4cf5a1372a..4118765e2dcd 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -76,9 +76,9 @@ USES+= python:3 .endif post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/include/dbus-1.0 \ + @${RM} -r ${STAGEDIR}${PREFIX}/include/dbus-1.0 \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dbus-python.pc - @${RM} -fr ${STAGEDIR}/${DOCSDIR} + @${RM} -r ${STAGEDIR}/${DOCSDIR} .endif # end of slaving block .include <bsd.port.mk> diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 431fc747f3a3..a2e81ac6b8fc 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -69,7 +69,7 @@ PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} .endif post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/include/pygobject-3.0 \ + @${RM} -r ${STAGEDIR}${PREFIX}/include/pygobject-3.0 \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/pygobject-3.0.pc .endif diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile index 59761e757a22..bb7fb23ca018 100644 --- a/devel/qmake/Makefile +++ b/devel/qmake/Makefile @@ -38,7 +38,7 @@ post-install: .endif post-patch: - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial + @${RM} -r ${WRKSRC}/examples ${WRKSRC}/tutorial @${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \ -e 's|gcc|${CC}|' \ -e 's|g++|${CXX}|' \ diff --git a/devel/qmake4/Makefile b/devel/qmake4/Makefile index a7d6dbf92102..e2685b9bd133 100644 --- a/devel/qmake4/Makefile +++ b/devel/qmake4/Makefile @@ -54,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix @${REINPLACE_CMD} -e 's|unix.conf|freebsd.conf|' \ ${WRKSRC:H}/mkspecs/freebsd-icc/qmake.conf - @${RM} -Rf ${WRKSRC:H}/mkspecs/freebsd-g++46 + @${RM} -R ${WRKSRC:H}/mkspecs/freebsd-g++46 # Add mkspec for clang @${CP} -a ${WRKSRC:H}/mkspecs/freebsd-g++ \ diff --git a/devel/qmake5/Makefile b/devel/qmake5/Makefile index 50b948787574..2488f754f3c3 100644 --- a/devel/qmake5/Makefile +++ b/devel/qmake5/Makefile @@ -52,7 +52,7 @@ post-patch: ${WRKSRC}/mkspecs/freebsd-g++/qplatformdefs.h # Clean up files created by patching @${RM} ${WRKSRC}/mkspecs/*/*.orig - @${RM} -Rf ${WRKSRC}/mkspecs/unsupported/freebsd-g++46 + @${RM} -R ${WRKSRC}/mkspecs/unsupported/freebsd-g++46 post-build: # Complete configure stage to generate *.pri files. diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 22b5a2ab3e7a..7f86effd057e 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -47,6 +47,6 @@ post-patch: @${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt post-stage: - @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMake* + @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake* .include <bsd.port.mk> diff --git a/devel/sfml1/Makefile b/devel/sfml1/Makefile index 5c4233ae6471..e1fb15a0d0c7 100644 --- a/devel/sfml1/Makefile +++ b/devel/sfml1/Makefile @@ -36,7 +36,7 @@ PORTSCOUT= limit:[^c]$$ OPTIONS_DEFINE= DOCS post-extract: - @${RM} -f ${WRKSRC}/lib/* + @${RM} ${WRKSRC}/lib/* @${FIND} ${WRKSRC}/samples/bin/ -type f -maxdepth 1 -delete post-install: diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile index a52b9e6641c4..6832dfd7a5de 100644 --- a/devel/shtk/Makefile +++ b/devel/shtk/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= TEST= post-install: .if empty(PORT_OPTIONS:MTEST) - @${RM} -rf ${STAGEDIR}${PREFIX}/tests + @${RM} -r ${STAGEDIR}${PREFIX}/tests .endif .include <bsd.port.mk> diff --git a/devel/sonarqube/Makefile b/devel/sonarqube/Makefile index 916923822234..0f9c4f7856e5 100644 --- a/devel/sonarqube/Makefile +++ b/devel/sonarqube/Makefile @@ -74,10 +74,10 @@ do-install: ${STAGEDIR}${SQ_HOME}/conf/sonar.properties.sample @${MV} -f ${STAGEDIR}${SQ_HOME}/conf/wrapper.conf \ ${STAGEDIR}${SQ_HOME}/conf/wrapper.conf.sample - @${RM} -drf ${STAGEDIR}${SQ_HOME}/bin/linux-x86-32 - @${RM} -drf ${STAGEDIR}${SQ_HOME}/bin/linux-x86-64 - @${RM} -drf ${STAGEDIR}${SQ_HOME}/bin/macosx-universal-64 - @${RM} -drf ${STAGEDIR}${SQ_HOME}/bin/windows-x86-32 - @${RM} -drf ${STAGEDIR}${SQ_HOME}/bin/windows-x86-64 + @${RM} -r ${STAGEDIR}${SQ_HOME}/bin/linux-x86-32 + @${RM} -r ${STAGEDIR}${SQ_HOME}/bin/linux-x86-64 + @${RM} -r ${STAGEDIR}${SQ_HOME}/bin/macosx-universal-64 + @${RM} -r ${STAGEDIR}${SQ_HOME}/bin/windows-x86-32 + @${RM} -r ${STAGEDIR}${SQ_HOME}/bin/windows-x86-64 .include <bsd.port.mk> diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 1e47746c0d86..471bf444dd7d 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -52,7 +52,7 @@ test: @cd ${WRKSRC} && ${MAKE} sure build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} ${MAKE} makeplist | \ ${GREP} -v /you/have/to/check/what/makeplist/gives/you >> ${PLIST} diff --git a/devel/st/Makefile b/devel/st/Makefile index af30c39cc48d..b8e58cba1c52 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -22,7 +22,7 @@ EXAMPLES= Makefile README error.c lookupdns.c proxy.c \ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/examples/Makefile + @${RM} ${WRKSRC}/Makefile ${WRKSRC}/examples/Makefile @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile @${CP} ${FILESDIR}/Makefile.examples ${WRKSRC}/examples/Makefile diff --git a/devel/storm/Makefile b/devel/storm/Makefile index 9f1431e7ccc4..aaac69477cba 100644 --- a/devel/storm/Makefile +++ b/devel/storm/Makefile @@ -26,11 +26,11 @@ STORM_CFG_DIRS= conf logback STORM_CFG_FILES= conf/storm.yaml conf/storm_env.ini logback/cluster.xml post-extract: - ${RM} -f ${WRKSRC}/bin/*.cmd + ${RM} ${WRKSRC}/bin/*.cmd post-patch: ${REINPLACE_CMD} -e "s|/usr/bin/python|${LOCALBASE}/bin/python2.7|" ${WRKSRC}/bin/storm - ${RM} -f ${WRKSRC}/bin/*.bak + ${RM} ${WRKSRC}/bin/*.bak .for i in ${STORM_CFG_FILES} ${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sample .endfor diff --git a/devel/tcllibc/Makefile b/devel/tcllibc/Makefile index c1f684892af4..1a4e331dcac5 100644 --- a/devel/tcllibc/Makefile +++ b/devel/tcllibc/Makefile @@ -18,7 +18,7 @@ post-patch: cd ${WRKSRC}/modules/json/c && ${YACC} -b json json.y do-install: - ${RM} -f ${WRKSRC}/modules/tcllibc/license.terms + ${RM} ${WRKSRC}/modules/tcllibc/license.terms ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tcllib ${MV} ${WRKSRC}/modules/tcllibc ${STAGEDIR}${PREFIX}/lib/tcllib/ ${SED} -e s,%%PLATFORM%%,`${LOCALBASE}/bin/critcl -show | ${SED} -n 's| *platform *||p'`,\ diff --git a/devel/tkinspect/Makefile b/devel/tkinspect/Makefile index 4e551acf538c..2070d590733e 100644 --- a/devel/tkinspect/Makefile +++ b/devel/tkinspect/Makefile @@ -32,6 +32,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/stl-lite/* \ ${STAGEDIR}${PREFIX}/lib/tkinspect/stl-lite (cd ${STAGEDIR}${PREFIX}/lib/tkinspect && \ - ${RM} -f README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl) + ${RM} README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl) .include <bsd.port.mk> diff --git a/devel/tla/Makefile b/devel/tla/Makefile index cfaec392254c..49383456f407 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -40,7 +40,7 @@ test: cd ${WRKSRC} ; ${MAKE_CMD} test pre-install: - ${RM} -rf ${ORIGWRKSRC}/docs-tla/PLUGIN \ + ${RM} -r ${ORIGWRKSRC}/docs-tla/PLUGIN \ ${ORIGWRKSRC}/docs-tla/{arch} ${ORIGWRKSRC}/docs-tla/.arch-ids do-install: diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile index bdb264355ebb..d81427557c7e 100644 --- a/devel/tmake/Makefile +++ b/devel/tmake/Makefile @@ -17,7 +17,7 @@ USES= perl5 shebangfix SHEBANG_FILES= bin/progen bin/tmake post-patch: - @${RM} -f ${WRKSRC}/bin/tmake.orig ${WRKSRC}/lib/unix/generic.t.orig + @${RM} ${WRKSRC}/bin/tmake.orig ${WRKSRC}/lib/unix/generic.t.orig @${REINPLACE_CMD} \ -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index 0e117c64f824..66f497078f3c 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -85,7 +85,7 @@ PLIST_SUB+= AMD64="@comment " .if !${PORT_OPTIONS:MDOCS} post-patch: - @${RM} -rf ${WRKSRC}/docs/html + @${RM} -r ${WRKSRC}/docs/html .endif post-build: diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 74fcc366cf9a..3aa0eb6b7c4d 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -83,7 +83,7 @@ PLIST_SUB+= AMD64="@comment " .if !${PORT_OPTIONS:MDOCS} post-patch: - @${RM} -rf ${WRKSRC}/docs/html + @${RM} -r ${WRKSRC}/docs/html .endif post-build: diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile index d822a58d1252..677f6bdcd8e4 100644 --- a/devel/xmake/Makefile +++ b/devel/xmake/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/xmake PLIST_FILES= bin/xmake man/man1/xmake.1.gz post-extract: - @${RM} -rf ${WRKSRC}/obj + @${RM} -r ${WRKSRC}/obj post-patch: @${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index 3cdd93180229..a159b57f44cd 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -37,7 +37,7 @@ USES= gmake tar:bzip2 post-patch: # Use devel/build instead of the port's bundled copy. - ${RM} -fr ${WRKSRC}/build-0.3 + ${RM} -r ${WRKSRC}/build-0.3 ${LN} -s ${LOCALBASE}/include/build-0.3 ${WRKSRC}/build-0.3 post-install: |