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 /comms | |
parent | 5b45061f15be292aed8143f0ec15163936e69baf (diff) | |
download | freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.gz freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.zst freebsd-ports-gnome-316cf6317eb621c4567d3b8e337fa9ba3097ea56.zip |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'comms')
-rw-r--r-- | comms/cqrlog/Makefile | 4 | ||||
-rw-r--r-- | comms/wwl/Makefile | 2 | ||||
-rw-r--r-- | comms/yaac/Makefile | 2 |
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> |