diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/ntop | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index f45a757..a35788ab 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ntop -# Version required: 1.1 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= ntop-1.1-src -PKGNAME= ntop-1.1 +PORTNAME= ntop +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ +DISTNAME= ntop-1.1-src MAINTAINER= billf@FreeBSD.org |