diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /finance/gnofin | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index e054f1e4bae..c36e5701607 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnofin -# Version required: 0.8.0 # Date created: Sun Jul 18 1999 # Whom: domi@saargate.de # # $FreeBSD$ # -DISTNAME= gnofin-0.8.0 +PORTNAME= gnofin +PORTVERSION= 0.8.0 CATEGORIES= deskutils MASTER_SITES= http://download.sourceforge.net/gnofin/ |