diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-07 19:31:59 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-07 19:31:59 +0000 |
| commit | 13d26afc8cfa3c93c1496728e73ab750b45b976b (patch) | |
| tree | 9b054b32ec254d34c00c78c738c68827542bf7e8 | |
| parent | 3f834dccac3dc16e230e4020aabf9f21070e3457 (diff) | |
We don't fetch libpcap anymore, so why include it's MASTER_SITE?
Submitted by: Anders Nordby <anders@fix.no>
Pointy Hat: Me.
| -rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 6fe70c0ebc61..3f8c4a204b2c 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,14 +3,13 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.7 1998/11/18 11:31:43 asami Exp $ +# $Id: Makefile,v 1.8 1999/05/06 20:47:20 billf Exp $ # DISTNAME= ntop-1.1-src PKGNAME= ntop-1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ - ftp://ftp.ee.lbl.gov/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ |
