diff options
author | billf <billf@FreeBSD.org> | 1999-05-08 03:31:59 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-05-08 03:31:59 +0800 |
commit | 24ec9771e485ca8a2ef7d9ac59548a52d04c1d91 (patch) | |
tree | 666fe20dc8c20747342e6f852b30e8aed82cda87 /net/ntop | |
parent | 6c2d6bb68491d1853823b2101cd1897fbe9484ef (diff) | |
download | freebsd-ports-gnome-24ec9771e485ca8a2ef7d9ac59548a52d04c1d91.tar.gz freebsd-ports-gnome-24ec9771e485ca8a2ef7d9ac59548a52d04c1d91.tar.zst freebsd-ports-gnome-24ec9771e485ca8a2ef7d9ac59548a52d04c1d91.zip |
We don't fetch libpcap anymore, so why include it's MASTER_SITE?
Submitted by: Anders Nordby <anders@fix.no>
Pointy Hat: Me.
Diffstat (limited to 'net/ntop')
-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/ |