aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-06-27 01:00:05 +0800
committerdougb <dougb@FreeBSD.org>2012-06-27 01:00:05 +0800
commitdda951e37ffebd852989e8127b1e65c153e098e5 (patch)
treeb246483575a74aa5445b4fe126617c1629fd26f5 /net-p2p
parent4c15de1940ab02fa86c542d47d7f385d433474f1 (diff)
downloadfreebsd-ports-gnome-dda951e37ffebd852989e8127b1e65c153e098e5.tar.gz
freebsd-ports-gnome-dda951e37ffebd852989e8127b1e65c153e098e5.tar.zst
freebsd-ports-gnome-dda951e37ffebd852989e8127b1e65c153e098e5.zip
I meant to silence these once I was done testing.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent-rasterbar-16/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile
index 05bf652a4292..01593eb8bde1 100644
--- a/net-p2p/libtorrent-rasterbar-16/Makefile
+++ b/net-p2p/libtorrent-rasterbar-16/Makefile
@@ -54,8 +54,8 @@ CONFIGURE_ARGS+= --disable-python-binding
post-patch: slave-post-patch
.else
post-patch:
- ${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed
- ${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \
+ @${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed
+ @${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \
${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile
.endif