diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/rdb/Makefile | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/rdb/Makefile')
-rw-r--r-- | databases/rdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index 2e830ad..faffb01 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 |