diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-04 14:11:17 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-04 14:11:17 +0000 |
commit | b1d70979fe88393884431c24189722f449624acb (patch) | |
tree | 67bcc520189af460bb4d1b5ef7799773bcf2ff95 /comms/libfec | |
parent | 0cf9a52b5fbbaff75b714beb4efb1a3691690c8e (diff) |
Notes
Diffstat (limited to 'comms/libfec')
-rw-r--r-- | comms/libfec/Makefile | 2 |
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> |