diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-06-26 17:00:05 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-06-26 17:00:05 +0000 |
commit | cd23fc7401d837e66d7cbb0f65c9c81ab7961292 (patch) | |
tree | 94670004f7625d21bcaa48a0281e066ae12cb183 /net-p2p | |
parent | - Update to 3.6.0.1 . (diff) |
I meant to silence these once I was done testing.
Notes
Notes:
svn path=/head/; revision=300027
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 4 |
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 |