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/p5-PDF-Table | |
parent | 22d5ddca70483522ea325d3cec2cb8ce7160d58c (diff) | |
download | pkgsrc-28641c50fa1f2688e1a8c6cea656d157eb188a1d.tar.gz |
Change MASTER_SITES subdir to usual one.
Diffstat (limited to 'textproc/p5-PDF-Table')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |