diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 11:31:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 11:31:43 +0000 |
commit | c904263a5842a6dca181e4b409015ac7d47cadfa (patch) | |
tree | 92dddfb2552166258c307e602f9d88fdcd66f7ac /net/ntop | |
parent | 42f430d1bc6a71ff4bd1a0728d9b534d6944994f (diff) | |
download | ports-c904263a5842a6dca181e4b409015ac7d47cadfa.tar.gz ports-c904263a5842a6dca181e4b409015ac7d47cadfa.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 39fed1374dfe..a2764a433b07 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,21 +3,18 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.5 1998/11/12 15:21:53 billf Exp $ +# $Id: Makefile,v 1.6 1998/11/17 21:36:13 billf Exp $ # -DISTNAME= -PKGNAME= ntop-1.1a3 +DISTNAME= ntop-1.1a3 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \ ftp://ftp.ee.lbl.gov/ \ http://www.FreeBSD.org/~billf/ -DISTFILES= libpcap-0.4.tar.Z ${NTOPDISTFILE}.tar.gz +DISTFILES= libpcap-0.4.tar.Z ${DISTNAME}.tar.gz MAINTAINER= billf@FreeBSD.org -NTOPDISTFILE= ntop-1.1a3 -WRKSRC= ${WRKDIR}/${NTOPDISTFILE} USE_AUTOCONF= yes ALL_TARGET= INSTALL_TARGET= install |