diff options
-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" |