diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch) | |
tree | 04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/cdb | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27418
Diffstat (limited to 'databases/cdb')
-rw-r--r-- | databases/cdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index 733e2a3b875f..8b69808dd242 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -1,12 +1,12 @@ # ports collection makefile for: Constant DataBase -# Version required: 0.75 # Date created: 18th July 1998 # Whom: Gary Palmer <gpalmer@freebsd.org> # # $FreeBSD$ # -DISTNAME= cdb-0.75 +PORTNAME= cdb +PORTVERSION= 0.75 CATEGORIES= databases MASTER_SITES= http://cr.yp.to/cdb/ |