summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-02-23 11:07:26 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-02-23 11:07:26 +0000
commite3a7a074f8a0626245c68a2b2af908478d4d2e32 (patch)
tree2d3f780606b25610cfc3c3c8b8e9d2a677886103 /net-mgmt
parentUpdate to neon 0.23.7, and fix portlint issues. (diff)
Suppress command echo.
Notes
Notes: svn path=/head/; revision=76254
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/NeTraMet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile
index 220869577eb4..7c84b366362d 100644
--- a/net-mgmt/NeTraMet/Makefile
+++ b/net-mgmt/NeTraMet/Makefile
@@ -29,6 +29,6 @@ PLIST_SUB= MOTIF="@comment "
.endif
post-patch:
- ${REINPLACE_CMD} -e "s|"/etc/mib.txt"|${LOCALBASE}/share/NeTraMet/mibs/mib.txt|g;" ${WRKSRC}/src/snmplib/mib.c
+ @${REINPLACE_CMD} -e "s|"/etc/mib.txt"|${LOCALBASE}/share/NeTraMet/mibs/mib.txt|g;" ${WRKSRC}/src/snmplib/mib.c
.include <bsd.port.mk>