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/wmnet/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/wmnet/Makefile')
-rw-r--r-- | net/wmnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index 2b807833731a..8b0bd5f8fc29 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmnet -# Version required: 1.2 # Date created: 24 November 1998 # Whom: Rich Neswold <rneswold@mcs.net> # # $FreeBSD$ # -DISTNAME= wmnet-1.2 +PORTNAME= wmnet +PORTVERSION= 1.2 CATEGORIES= net windowmaker MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ |