diff options
author | eik <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-22 17:59:27 +0000 |
commit | 21cac60d348cdd815192398833acda6e62a05193 (patch) | |
tree | 103165aa1d914ed877a19198c327bcbcfb62b18d /finance/p5-Finance-Quote | |
parent | f96be7c634eec73da77f3a3bf5a5c0133ee9e82c (diff) | |
download | FreeBSD-ports-21cac60d348cdd815192398833acda6e62a05193.zip FreeBSD-ports-21cac60d348cdd815192398833acda6e62a05193.tar.gz |
- 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)
Diffstat (limited to 'finance/p5-Finance-Quote')
-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 953df85..40df449 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- |