diff options
author | dholland <dholland> | 2008-08-17 04:45:27 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-08-17 04:45:27 +0000 |
commit | 6e331ee8441393ed31e67940e212de035423a0b4 (patch) | |
tree | 0369bd57b405b8909ea02acb1457700f134157fe /textproc | |
parent | d4f0f967c06e1be4ab20c2b6e315d26affb60644 (diff) | |
download | pkgsrc-6e331ee8441393ed31e67940e212de035423a0b4.tar.gz |
Add missing file to REPLACE_PERL; fixes failed build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index f931a775007..b65a1819186 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/08/11 13:28:15 he Exp $ +# $NetBSD: Makefile,v 1.19 2008/08/17 04:45:27 dholland Exp $ # DISTNAME= PDF-Create-1.02 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/PDF/Create/.packlist -REPLACE_PERL= sample.pl +REPLACE_PERL= sample.pl sample-cgi.pl .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |