diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-03-31 13:01:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-03-31 13:01:34 +0000 |
commit | c9e3f347de800ba776973663c5dfbbdaef6baa37 (patch) | |
tree | 35154fb2a1e027f1d863df50c66a690410d437e6 /finance | |
parent | Add support for HEAD. (diff) |
Use the new MASTER_SITES macro
Notes
Notes:
svn path=/head/; revision=210242
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Currency-Convert-XE/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/p5-Finance-Currency-Convert-XE/Makefile b/finance/p5-Finance-Currency-Convert-XE/Makefile index dedb3c5f05aa..cc055199076e 100644 --- a/finance/p5-Finance-Currency-Convert-XE/Makefile +++ b/finance/p5-Finance-Currency-Convert-XE/Makefile @@ -8,8 +8,7 @@ PORTNAME= Finance-Currency-Convert-XE PORTVERSION= 0.15 CATEGORIES= finance perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Finance +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org |