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/cricket | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/cricket')
-rw-r--r-- | net/cricket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cricket/Makefile b/net/cricket/Makefile index c6f6f94ee422..41f20be811d3 100644 --- a/net/cricket/Makefile +++ b/net/cricket/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Cricket -# Version required: 0.72 # Date created: 20 November 1999 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= cricket-0.72 +PORTNAME= cricket +PORTVERSION= 0.72 CATEGORIES= net MASTER_SITES= http://www.munitions.com/~jra/cricket/dists/ |