diff options
author | araujo <araujo@FreeBSD.org> | 2008-03-24 20:30:05 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-03-24 20:30:05 +0000 |
commit | 60717626ea2ecaaab03ace44bb24e59a6d15b1f4 (patch) | |
tree | a39ed4fce92026a8032c48a4d7d5bb2a58f2574b /astro | |
parent | 8afd6bd4b49eb3d582008de884e6c01525a89432 (diff) | |
download | FreeBSD-ports-60717626ea2ecaaab03ace44bb24e59a6d15b1f4.zip FreeBSD-ports-60717626ea2ecaaab03ace44bb24e59a6d15b1f4.tar.gz |
- Use CPAN macro.
PR: ports/122006
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Weather-Underground/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/p5-Weather-Underground/Makefile b/astro/p5-Weather-Underground/Makefile index 333dcaa..efd58a3 100644 --- a/astro/p5-Weather-Underground/Makefile +++ b/astro/p5-Weather-Underground/Makefile @@ -8,7 +8,7 @@ PORTNAME= Weather-Underground PORTVERSION= 3.02 CATEGORIES= astro perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Weather PKGNAMEPREFIX= p5- |