diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 17:33:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 17:33:44 +0000 |
commit | 17900c75970266b27427e4f6f85b5bae6b748d2f (patch) | |
tree | c1a6798e50805dedee8eef476e222303f89f17b3 /net/iftop | |
parent | b9eee2dccaa4ece364c1510d81c841c938b17b63 (diff) | |
download | pkgsrc-17900c75970266b27427e4f6f85b5bae6b748d2f.tar.gz |
Suports DESTDIR.
Diffstat (limited to 'net/iftop')
-rw-r--r-- | net/iftop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 9482c73408a..1390996314b 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/25 12:16:12 abs Exp $ +# $NetBSD: Makefile,v 1.10 2007/08/08 17:33:44 joerg Exp $ # DISTNAME= iftop-0.17 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ COMMENT= Display bandwidth usage on an interface +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= YES # mvchgat() GNU_CONFIGURE= yes |