diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /finance/cbb | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
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 d83f3ab8940f..c11db0666ed7 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/ |