diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/sniffit | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
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 f84aa6cf719e..be4adce19e59 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 |