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/clusterit/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r-- | net/clusterit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 9ac3cc3636f7..82ac165c07fd 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: clusterit -# Version required: 1.3 # Date created: 4 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= clusterit-1.3 +PORTNAME= clusterit +PORTVERSION= 1.3 CATEGORIES= net devel MASTER_SITES= http://www.inficad.com/~garbled/ \ ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ |