diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /net/ntop | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 | ||||
-rw-r--r-- | net/ntop/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 8f0fb2f36f0..143c64bcb64 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/07 02:25:35 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/17 18:19:18 wiz Exp $ DISTNAME= ntop-1.1 PKGNAME= ntop-1.1nb1 @@ -8,6 +8,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.ntop.org/ +COMMENT= shows network usage (similar to "top" for processes) GNU_CONFIGURE= yes USE_CURSES= yes diff --git a/net/ntop/pkg/COMMENT b/net/ntop/pkg/COMMENT deleted file mode 100644 index c595d6d230d..00000000000 --- a/net/ntop/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -shows network usage (similar to "top" for processes) |