aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-04 14:11:17 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-04 14:11:17 +0000
commitb1d70979fe88393884431c24189722f449624acb (patch)
tree67bcc520189af460bb4d1b5ef7799773bcf2ff95 /comms/libfec
parent0cf9a52b5fbbaff75b714beb4efb1a3691690c8e (diff)
downloadports-b1d70979fe88393884431c24189722f449624acb.tar.gz
ports-b1d70979fe88393884431c24189722f449624acb.zip
Silence post-patch command.
Notes
Notes: svn path=/head/; revision=258773
Diffstat (limited to 'comms/libfec')
-rw-r--r--comms/libfec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
index 8881e8c75642..e838bab90b24 100644
--- a/comms/libfec/Makefile
+++ b/comms/libfec/Makefile
@@ -26,6 +26,6 @@ ONLY_FOR_ARCHS= i386
PLIST_FILES= include/fec.h lib/libfec.so lib/libfec.a
post-patch:
- ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
.include <bsd.port.mk>