aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-06-26 17:00:05 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-06-26 17:00:05 +0000
commitcd23fc7401d837e66d7cbb0f65c9c81ab7961292 (patch)
tree94670004f7625d21bcaa48a0281e066ae12cb183 /net-p2p
parentb1e9e4d22b8ac97938b37f8aec78c63d4d022b6d (diff)
downloadports-cd23fc7401d837e66d7cbb0f65c9c81ab7961292.tar.gz
ports-cd23fc7401d837e66d7cbb0f65c9c81ab7961292.zip
Notes
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