diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:24:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:24:43 +0800 |
commit | b1430d020317d6c230592f2b332e6367d450b132 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/iftop | |
parent | 1970e0c0bc69e6e45a0db0b3c8302bb2e0e8c953 (diff) | |
download | freebsd-ports-gnome-b1430d020317d6c230592f2b332e6367d450b132.tar.gz freebsd-ports-gnome-b1430d020317d6c230592f2b332e6367d450b132.tar.zst freebsd-ports-gnome-b1430d020317d6c230592f2b332e6367d450b132.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Diffstat (limited to 'net-mgmt/iftop')
-rw-r--r-- | net-mgmt/iftop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile index 554160226dd4..5f7dee04d9b3 100644 --- a/net-mgmt/iftop/Makefile +++ b/net-mgmt/iftop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iftop -# Date created: 24 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= iftop PORTVERSION= 0.17 @@ -23,6 +19,7 @@ PORTDOCS= README .endif PLIST_FILES= bin/iftop +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure |