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/dnswalk | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/dnswalk')
-rw-r--r-- | net/dnswalk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile index 03d60abbd235..97e01c49fd46 100644 --- a/net/dnswalk/Makefile +++ b/net/dnswalk/Makefile @@ -1,11 +1,12 @@ # New ports collection makefile for: dnswalk -# Version required: 2.0.2 # Date created: 17 January 1998 # Whom: Matthew Hunt <mph@pobox.com> # # $FreeBSD$ +# -DISTNAME= dnswalk-2.0.2 +PORTNAME= dnswalk +PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= http://www.visi.com/~barr/dnswalk/ |