diff options
Diffstat (limited to 'textproc/p5-PDF/Makefile')
-rw-r--r-- | textproc/p5-PDF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-PDF/Makefile b/textproc/p5-PDF/Makefile index fd85f8056bb..fe39abd03e7 100644 --- a/textproc/p5-PDF/Makefile +++ b/textproc/p5-PDF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:37 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:41 jlam Exp $ # DISTNAME= PDF-111 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.geocities.com/CapeCanaveral/Hangar/4794/ COMMENT= Perl5 module for pdf document manipulation WRKSRC= ${WRKDIR}/PDF -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDF/.packlist +PERL5_PACKLIST= auto/PDF/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |