diff options
author | obache <obache> | 2011-05-19 04:52:00 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 04:52:00 +0000 |
commit | 28641c50fa1f2688e1a8c6cea656d157eb188a1d (patch) | |
tree | 5d28658cec13cb9717e0c55a1f6c0f29dc91c54f /textproc | |
parent | 22d5ddca70483522ea325d3cec2cb8ce7160d58c (diff) | |
download | pkgsrc-28641c50fa1f2688e1a8c6cea656d157eb188a1d.tar.gz |
Change MASTER_SITES subdir to usual one.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV-Encoded/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 58701ed38d4..f5e75511471 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 00:41:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 04:52:00 obache Exp $ DISTNAME= PDF-Table-0.9.3 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OM/OMEGA/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PDF-Table/ diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile index 2884462336f..b42c2a5d827 100644 --- a/textproc/p5-Text-CSV-Encoded/Makefile +++ b/textproc/p5-Text-CSV-Encoded/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 00:46:20 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 04:56:01 obache Exp $ DISTNAME= Text-CSV-Encoded-0.10 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-CSV-Encoded/ |