diff options
author | adam <adam@pkgsrc.org> | 2019-07-05 19:16:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-05 19:16:19 +0000 |
commit | a881491d30657b3e3288effd2b6be0fb8c9b14bf (patch) | |
tree | ac357cfb2cfe19b0c549e54e9298d908e58649c3 | |
parent | f10d265d21d0225091b6847e67b378d2f38a72a8 (diff) | |
download | pkgsrc-a881491d30657b3e3288effd2b6be0fb8c9b14bf.tar.gz |
iftop: update HOMEPAGE, add LICENSE
-rw-r--r-- | net/iftop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 44666b9ebb8..bfe83f8b30c 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.21 2018/12/09 21:05:33 adam Exp $ -# +# $NetBSD: Makefile,v 1.22 2019/07/05 19:16:19 adam Exp $ DISTNAME= iftop-1.0pre4 CATEGORIES= net MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ +HOMEPAGE= http://www.ex-parrot.com/pdw/iftop/ COMMENT= Display bandwidth usage on an interface +LICENSE= gnu-gpl-v2 USE_CURSES= chgat FAKE_NCURSES= yes |