diff options
author | obache <obache> | 2011-05-19 04:26:15 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 04:26:15 +0000 |
commit | 7cc3c03937316da9d162282f7a613c689c6911e5 (patch) | |
tree | 35fbec5be880a7df7a99d4a9baf74362f85aabf0 /devel | |
parent | 238b8387a26cb9765a212a4c27b6e91e9fee0652 (diff) | |
download | pkgsrc-7cc3c03937316da9d162282f7a613c689c6911e5.tar.gz |
Change MASTER_SITES to standard subdir.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-CheckDigits/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Embed/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Algorithm-CheckDigits/Makefile b/devel/p5-Algorithm-CheckDigits/Makefile index e913736096c..b692c42e947 100644 --- a/devel/p5-Algorithm-CheckDigits/Makefile +++ b/devel/p5-Algorithm-CheckDigits/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:41:18 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 04:26:15 obache Exp $ DISTNAME= Algorithm-CheckDigits-v1.1.1 PKGNAME= p5-${DISTNAME:S/-v/-/} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAMAWE/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Algorithm-CheckDigits diff --git a/devel/p5-ExtUtils-Embed/Makefile b/devel/p5-ExtUtils-Embed/Makefile index 909986f6937..c1f0208f94a 100644 --- a/devel/p5-ExtUtils-Embed/Makefile +++ b/devel/p5-ExtUtils-Embed/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:45:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 04:28:05 obache Exp $ DISTNAME= ExtUtils-Embed-1.14 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOUGM/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Embed/ |