diff options
author | reed <reed@pkgsrc.org> | 2005-05-14 02:13:09 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-14 02:13:09 +0000 |
commit | e12ae38d9bd8c749d91e8ccfcbc924ee271b9a07 (patch) | |
tree | c116795ae3029d33f7476841d1f4c6defe2dc46f /net | |
parent | 2f39dcaf4a6573e25bdc4e3256bf33f0706bda64 (diff) | |
download | pkgsrc-e12ae38d9bd8c749d91e8ccfcbc924ee271b9a07.tar.gz |
Use specific homepage.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index c3f2d2216fd..ec9d30b0600 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:52 tv Exp $ +# $NetBSD: Makefile,v 1.37 2005/05/14 02:13:09 reed Exp $ DISTNAME= ntop-3.1 PKGREVISION= 3 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} EXTRACT_SUFX= .tgz MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://www.ntop.org/ +HOMEPAGE= http://www.ntop.org/ntop.html COMMENT= Shows network usage (similar to "top" for processes) CONFLICTS= ntop-[0-9]* |