diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /finance | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-CreditCard/Makefile | 6 | ||||
-rw-r--r-- | finance/qhacc/Makefile | 6 | ||||
-rw-r--r-- | finance/wmstock/Makefile | 4 | ||||
-rw-r--r-- | finance/xquote/Makefile | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 977c3b0..983e660 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-Business-CreditCard -# Version required: 0.21 # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Business-CreditCard-0.21 -PKGNAME= p5-Business-CreditCard-0.21 +PORTNAME= Business-CreditCard +PORTVERSION= 0.21 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index 9cce0ee3..8be9234 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: qhacc -# Version required: 0.3.1 # Date created: 28 Dec 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= qhacc_0.3.1 -PKGNAME= qhacc-0.3.1 +PORTNAME= qhacc +PORTVERSION= 0.3.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.ostrich-emulators.cx/qhacc/ +DISTNAME= qhacc_${PORTVERSION} MAINTAINER= will@FreeBSD.org diff --git a/finance/wmstock/Makefile b/finance/wmstock/Makefile index 0e8b6f1..3afa3a3 100644 --- a/finance/wmstock/Makefile +++ b/finance/wmstock/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmstock -# Version required: 0.06 # Date created: 19 Jun 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= wmstock-0.06 +PORTNAME= wmstock +PORTVERSION= 0.06 CATEGORIES= misc windowmaker MASTER_SITES= http://mattfischer.com/wmstock/src/ \ http://www.psn.net/~andrews/wmstock/ diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile index 54f6b27..1555a0a 100644 --- a/finance/xquote/Makefile +++ b/finance/xquote/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: xquote -# Version required: 1.1 # Date created: 4 Jan 1998 # Whom: Ian Struble <ian@broken.net> # # $FreeBSD$ -DISTNAME= xquote-1.1 +PORTNAME= xquote +PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ ${MASTER_SITE_XCONTRIB} |