aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-10-21 20:51:40 +0800
committermat <mat@FreeBSD.org>2016-10-21 20:51:40 +0800
commit316cf6317eb621c4567d3b8e337fa9ba3097ea56 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /net-p2p
parent5b45061f15be292aed8143f0ec15163936e69baf (diff)
downloadfreebsd-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 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/Makefile2
-rw-r--r--net-p2p/vuze/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 4b26e5d9d46c..b5e3a396da21 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -78,7 +78,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1/
.endif
- @${RM} -rf ${STAGEDIR}${PREFIX}/share/man
+ @${RM} -r ${STAGEDIR}${PREFIX}/share/man
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile
index b99deeb48b4c..35755225ef28 100644
--- a/net-p2p/vuze/Makefile
+++ b/net-p2p/vuze/Makefile
@@ -56,7 +56,7 @@ CLASSPATH:=${CLASSPATH}:${JAVALIBDIR}/${jar}
.endfor
post-patch:
- ${RM} -rf ${WRKSRC}/org/eclipse
+ ${RM} -r ${WRKSRC}/org/eclipse
@${SED} -E -e 's|%%CLASSPATH%%|${CLASSPATH}|' \
${FILESDIR}/build.xml > ${WRKSRC}/build.xml