aboutsummaryrefslogtreecommitdiff
path: root/security/libotr
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-10-07 18:53:25 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-10-07 18:53:25 +0000
commit09b4d34dc4bac59c298b29105d42650a688276b2 (patch)
tree4106e01003011bfcba91856a60fa1f416113de88 /security/libotr
parent8003f3f40e0d9c22ef0d5bc366e4d38ea9439c4d (diff)
downloadports-09b4d34dc4bac59c298b29105d42650a688276b2.tar.gz
ports-09b4d34dc4bac59c298b29105d42650a688276b2.zip
silence reinplace command from last commit
Notes
Notes: svn path=/head/; revision=305502
Diffstat (limited to 'security/libotr')
-rw-r--r--security/libotr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 3a39b7f28160..a5ccfe98f166 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -42,7 +42,7 @@ post-patch:
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
.if ${OSVERSION} >= 800000 && ${OSVERSION} < 1000000
- ${REINPLACE_CMD} -e 's#OTR_CHECK_CFLAGS(.*stack-protector.*#dnl &#' \
+ @${REINPLACE_CMD} -e 's#OTR_CHECK_CFLAGS(.*stack-protector.*#dnl &#' \
${WRKSRC}/configure.ac
.endif