diff options
Diffstat (limited to 'textproc/p5-PDF-Create')
-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 d44b475d22c..49145b318d9 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:37 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/13 18:01:41 jlam Exp $ # DISTNAME= PDF-Create-0.01 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= COMMENT= Perl5 module for creating pdf documents -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDF/Create/.packlist +PERL5_PACKLIST= auto/PDF/Create/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |