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/sniffit | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index f84aa6c..be4adce 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: sniffit -# Version required: 0.0 # Date created: 28 Mar 1998 # Whom: bsdx # # $FreeBSD$ # -DISTNAME= sniffit.0.3.7.beta -PKGNAME= sniffit-0.3.7b +PORTNAME= sniffit +PORTVERSION= 0.3.7b CATEGORIES= net security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= sniffit.0.3.7.beta MAINTAINER= obrien@FreeBSD.org |