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/gdbm/Makefile | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27418
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r-- | databases/gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 4069f6941784..06067834710d 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gdbm -# Version required: 1.8.0 # Date created: 8 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # # $FreeBSD$ # -DISTNAME= gdbm-1.8.0 +PORTNAME= gdbm +PORTVERSION= 1.8.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gdbm |