summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordholland <dholland>2008-08-17 04:45:27 +0000
committerdholland <dholland>2008-08-17 04:45:27 +0000
commitdbe6651395a22c99aca29c2d03d6c603efe376ca (patch)
tree0369bd57b405b8909ea02acb1457700f134157fe /textproc
parent029c1915c42664516330ea28886d78d3ee028dbf (diff)
downloadpkgsrc-dbe6651395a22c99aca29c2d03d6c603efe376ca.tar.gz
Add missing file to REPLACE_PERL; fixes failed build.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PDF-Create/Makefile4
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"