diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
commit | a50678312b89b40cda804b933b4678b78bec80fb (patch) | |
tree | 6c444a5b876838394c2e372ecb57b3b9b25f9128 /finance/p5-Finance-Quote/Makefile | |
parent | 22aca060671c5917f46c615ded445a512de28fdb (diff) | |
download | ports-a50678312b89b40cda804b933b4678b78bec80fb.tar.gz ports-a50678312b89b40cda804b933b4678b78bec80fb.zip |
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=98816
Diffstat (limited to 'finance/p5-Finance-Quote/Makefile')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 953df85aa519..40df449d1763 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -7,7 +7,7 @@ PORTNAME= Finance-Quote PORTVERSION= 1.08 -CATEGORIES= misc perl5 finance +CATEGORIES= finance misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance PKGNAMEPREFIX= p5- |