diff options
Diffstat (limited to 'www/p5-Template-Extract')
-rw-r--r-- | www/p5-Template-Extract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index 2e505fdd09a..6a2af0c869e 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:48:01 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/13 18:01:48 jlam Exp $ DISTNAME= Template-Extract-0.25 PKGNAME= p5-${DISTNAME} @@ -27,7 +27,7 @@ DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath DEPENDS+= teTeX>=1.0.7:../../print/teTeX -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/Extract/.packlist +PERL5_PACKLIST= auto/Template/Extract/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |