diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-08-04 22:11:17 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-08-04 22:11:17 +0800 |
commit | 73b199ad6f0ac5aaf7e9e93b3a2fca8cc32f19a8 (patch) | |
tree | 4c65bbf2a90db88529028a9b7fc898249cd91f16 /comms | |
parent | b074fbeb7d30f45b97daf9f6db8d80c3b9e2b4ae (diff) | |
download | freebsd-ports-gnome-73b199ad6f0ac5aaf7e9e93b3a2fca8cc32f19a8.tar.gz freebsd-ports-gnome-73b199ad6f0ac5aaf7e9e93b3a2fca8cc32f19a8.tar.zst freebsd-ports-gnome-73b199ad6f0ac5aaf7e9e93b3a2fca8cc32f19a8.zip |
Silence post-patch command.
Diffstat (limited to 'comms')
-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> |