aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
commiteabbfd75e30148b8f686899a638b93547ca83485 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /comms
parentf51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff)
downloadports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz
ports-eabbfd75e30148b8f686899a638b93547ca83485.zip
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424411
Diffstat (limited to 'comms')
-rw-r--r--comms/cqrlog/Makefile4
-rw-r--r--comms/wwl/Makefile2
-rw-r--r--comms/yaac/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile
index 66c2387f8f7b..18bd996088b8 100644
--- a/comms/cqrlog/Makefile
+++ b/comms/cqrlog/Makefile
@@ -44,7 +44,7 @@ QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/qt/interfaces.ppu:edito
QT4_MAKE_ARGS= PLATFORM=qt
post-extract:
- @${RM} -rf ${WRKSRC}/src/lnet/lib/openssl.pas
+ @${RM} -r ${WRKSRC}/src/lnet/lib/openssl.pas
post-patch:
@${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g \
@@ -65,7 +65,7 @@ post-patch:
${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas
${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \
${WRKSRC}/Makefile
- ${RM} -rf ${WRKSRC}/src/mysql
+ ${RM} -r ${WRKSRC}/src/mysql
${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fLoTWExport.lrs \
${WRKSRC}/src/fLoTWExport.lfm
${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fPreferences.lrs \
diff --git a/comms/wwl/Makefile b/comms/wwl/Makefile
index 8f3f8a2452c9..c02a0aa64023 100644
--- a/comms/wwl/Makefile
+++ b/comms/wwl/Makefile
@@ -15,7 +15,7 @@ CONFLICTS= locator*
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wwl ${STAGEDIR}${PREFIX}/bin
- @${RM} -f ${STAGEDIR}${PREFIX}/bin/locator
+ @${RM} ${STAGEDIR}${PREFIX}/bin/locator
@${LN} -sf wwl ${STAGEDIR}${PREFIX}/bin/locator
@${INSTALL_DATA} ${WRKSRC}/wwl.1 ${STAGEDIR}${MANPREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/comms/yaac/Makefile b/comms/yaac/Makefile
index 203bc8f803b7..5696a04c5bd4 100644
--- a/comms/yaac/Makefile
+++ b/comms/yaac/Makefile
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/yaac
do-install:
${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME} ${WRKSRC}/YAAC.zip
- ${RM} -rf ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins
+ ${RM} -r ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins
${INSTALL_SCRIPT} ${WRKDIR}/yaac.sh ${STAGEDIR}${PREFIX}/bin/yaac
.include <bsd.port.mk>