summaryrefslogtreecommitdiff
path: root/databases/rdb
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
commit3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch)
tree04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/rdb
parentwarn about not supporting PORTNAME/PORTVERSION yet (diff)
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27418
Diffstat (limited to 'databases/rdb')
-rw-r--r--databases/rdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile
index 2e830ad6f53e..faffb01c1d35 100644
--- a/databases/rdb/Makefile
+++ b/databases/rdb/Makefile
@@ -1,16 +1,16 @@
# ports collection makefile for: rdb
-# Version required: 2.6d
# Date created: 2000 Feb. 8
# Whom: Abel Chow <abel_chow@yahoo.com>
#
# $FreeBSD$
#
-DISTNAME= RDB-2.6d
-PKGNAME= rdb-2.6d
+PORTNAME= rdb
+PORTVERSION= 2.6d
CATEGORIES= databases
MASTER_SITES= ftp://ftp.rand.org/pub/RDB-hobbs/ \
ftp://ftp.sunet.se/pub/unix/databases/flat-file/RDB/
+DISTNAME= RDB-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org