summaryrefslogtreecommitdiff
path: root/net-mgmt/iftop/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 18:19:23 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 18:19:23 +0000
commitb2053786ce53da051a1e5756f7cbe55aa50180dc (patch)
treed22ee47f309af4f98bfeb96fd87674677e46b434 /net-mgmt/iftop/Makefile
parentUSE_GITHUB: Tighten the GH_TAGNAME stripping of 'v' from r382120 to only do so (diff)
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382150
Diffstat (limited to '')
-rw-r--r--net-mgmt/iftop/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile
index 18b2dd7f08a8..09b676cd3843 100644
--- a/net-mgmt/iftop/Makefile
+++ b/net-mgmt/iftop/Makefile
@@ -16,10 +16,6 @@ GNU_CONFIGURE= yes
PORTDOCS= README
PLIST_FILES= sbin/iftop man/man8/iftop.8.gz
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8