summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
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 66c2387..18bd996 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 8f3f8a2..c02a0aa 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 203bc8f..5696a04 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>
OpenPOWER on IntegriCloud