diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/cfengine3 | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/cfengine3')
-rw-r--r-- | sysutils/cfengine3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index e00b2d7a79a5..e1221de7ef5b 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cfengine -# Version required: 1.5.3 # Date created: March 16, 1998 # Whom: jseger@FreeBSD.org # # $FreeBSD$ # -DISTNAME= cfengine-1.5.3 +PORTNAME= cfengine +PORTVERSION= 1.5.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= cfengine |