diff options
author | obache <obache> | 2011-05-19 04:57:45 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 04:57:45 +0000 |
commit | fc427cd3f9e5e56a7b5625883684bb33132892ca (patch) | |
tree | d3327491c4b6ebde9d94d1ee80499168b4cc27f3 /textproc/p5-PDF-Reuse/Makefile | |
parent | 28641c50fa1f2688e1a8c6cea656d157eb188a1d (diff) | |
download | pkgsrc-fc427cd3f9e5e56a7b5625883684bb33132892ca.tar.gz |
* Change MASTER_SITES subdir to usual one
* add missing tail / to HOMEPAGE.
Diffstat (limited to 'textproc/p5-PDF-Reuse/Makefile')
-rw-r--r-- | textproc/p5-PDF-Reuse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-PDF-Reuse/Makefile b/textproc/p5-PDF-Reuse/Makefile index ed77a72c5d3..cff882e4229 100644 --- a/textproc/p5-PDF-Reuse/Makefile +++ b/textproc/p5-PDF-Reuse/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 22:03:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 04:57:45 obache Exp $ DISTNAME= PDF-Reuse-0.35 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc print perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LA/LARSLUND/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse +HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/ COMMENT= Reuse and mass produce PDF documents LICENSE= ${PERL5_LICENSE} |