diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-02-26 17:04:39 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-02-26 17:04:39 +0000 |
commit | 3d382aaaeb49e238e4e4c3b85b560a540c1d3e75 (patch) | |
tree | 7d491e027a0bf1b6d9355b2b1db591ba67008646 /net | |
parent | 11220e0471017943ee5301a45ea61f9dc411f8ed (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile index b8198e784cc0..27cb6d629a5b 100644 --- a/net/p5-Net-Subnets/Makefile +++ b/net/p5-Net-Subnets/Makefile @@ -8,7 +8,8 @@ PORTNAME= Net-Subnets PORTVERSION= 1.02 CATEGORIES= net perl5 -MASTER_SITES= http://backpan.cpan.org/authors/id/K/KR/KRAIH/ +MASTER_SITES= http://backpan.perl.org/authors/id/K/KR/KRAIH/ \ + http://backpan.cpan.org/authors/id/K/KR/KRAIH/ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- |