diff options
author | joerg <joerg> | 2007-08-08 17:33:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-08 17:33:44 +0000 |
commit | a46d2fc12860682d47cb21ef2da5564173d2bf35 (patch) | |
tree | c1a6798e50805dedee8eef476e222303f89f17b3 /net/iftop | |
parent | 0cb5ee5dd0cdc3355ca33cbfb8997329f28cda68 (diff) | |
download | pkgsrc-a46d2fc12860682d47cb21ef2da5564173d2bf35.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 |