aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
diff options
context:
space:
mode:
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>