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 /deskutils/xinvest | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'deskutils/xinvest')
-rw-r--r-- | deskutils/xinvest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xinvest/Makefile b/deskutils/xinvest/Makefile index 83094ee9b4a2..e527731905ae 100644 --- a/deskutils/xinvest/Makefile +++ b/deskutils/xinvest/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xinvest -# Version required: 2.5.1 # Date created: 1 Ag 1997 # Whom: Pedro Giffuni (orig) # # $FreeBSD$ # -DISTNAME= xinvest-2.5.1 +PORTNAME= xinvest +PORTVERSION= 2.5.1 CATEGORIES= deskutils MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ ${MASTER_SITE_XCONTRIB} |