diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-01 19:48:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-01 19:48:46 +0000 |
commit | 70c16a3c43e491ab59d8c5fffb72450b24b7a010 (patch) | |
tree | f9a06d879bccc0a66cfff450665b20e9f79f8265 /textproc | |
parent | 5b9ab94a8597b4a84ac0b7f145510e3aac54cf4f (diff) | |
download | pkgsrc-70c16a3c43e491ab59d8c5fffb72450b24b7a010.tar.gz |
Fix path to Perl.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index b8436c7cf1c..4f472bd7b4b 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/08/01 19:48:46 joerg Exp $ # DISTNAME= PDF-Create-0.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pcr -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} @@ -14,5 +14,7 @@ COMMENT= Perl5 module for creating pdf documents PERL5_PACKLIST= auto/PDF/Create/.packlist +REPLACE_PERL= sample.pl + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |