From c87133c16a2706e2e31935f0fbb9ad36f415370c Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sun, 9 Apr 2000 18:14:07 +0000 Subject: Update with the new PORTNAME/PORTVERSION variables --- net/sniffit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/sniffit') diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index f84aa6cf719..be4adce19e5 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 -- cgit