diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-17 04:45:27 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-17 04:45:27 +0000 |
commit | b8a86cbb0c56279b5a52c4f5777e9edf47c11f08 (patch) | |
tree | 0369bd57b405b8909ea02acb1457700f134157fe /textproc/p5-PDF-Create/Makefile | |
parent | 010a5874f174c12915d9d120de366b84374776e6 (diff) | |
download | pkgsrc-b8a86cbb0c56279b5a52c4f5777e9edf47c11f08.tar.gz |
Add missing file to REPLACE_PERL; fixes failed build.
Diffstat (limited to 'textproc/p5-PDF-Create/Makefile')
-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" |