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/gnucash-devel/Makefile | |
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/gnucash-devel/Makefile')
-rw-r--r-- | finance/gnucash-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index dd1ae34e3e56..75a29c932e16 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: gnucash -# Version required: 1.0.18 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= gnucash-1.3.4 +PORTNAME= gnucash +PORTVERSION= 1.3.4 CATEGORIES= deskutils MASTER_SITES= ftp://www.gnucash.org/pub/gnucash/gnucash/sources/unstable/1.3.x/ |