aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nettop
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-01 03:09:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-01 03:09:43 +0000
commit46947502ddb12c8273472ca28b697a84ee898adb (patch)
tree614f74fcf0d523ecbc77f95d114daa596d9c5b1e /net-mgmt/nettop
parent159ca9ea09582941ce892c386cf6907ab336050e (diff)
downloadports-46947502ddb12c8273472ca28b697a84ee898adb.tar.gz
ports-46947502ddb12c8273472ca28b697a84ee898adb.zip
Notes
Diffstat (limited to 'net-mgmt/nettop')
-rw-r--r--net-mgmt/nettop/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nettop/Makefile b/net-mgmt/nettop/Makefile
index 11b4e40ef09f..12bc32763b9a 100644
--- a/net-mgmt/nettop/Makefile
+++ b/net-mgmt/nettop/Makefile
@@ -24,6 +24,7 @@ PLIST_FILES= bin/nettop
PORTDOCS= README THANKS ChangeLog
post-patch:
+ ${REINPLACE_CMD} -e '/count.*size/s/(int) //g' ${WRKSRC}/nettop.c
.if !exists(/usr/lib/libpthread.so)
${REINPLACE_CMD} -e 's/lpthread/lc_r/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif