diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /finance/cbb | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'finance/cbb')
-rw-r--r-- | finance/cbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index d83f3ab..c11db06 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -1,12 +1,12 @@ # New ports collection Makefile for: cbb -# Version required: 0.8.1 # Date created: 24 September, 1998 # Whom: kline # # $FreeBSD$ # -DISTNAME= cbb-0.8.1 +PORTNAME= cbb +PORTVERSION= 0.8.1 CATEGORIES= deskutils MASTER_SITES= http://download.sourceforge.net/cbb/ |