diff options
Diffstat (limited to 'www/p5-Apache-SSI/Makefile')
-rw-r--r-- | www/p5-Apache-SSI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile index 0b460156f2e..09a94604cee 100644 --- a/www/p5-Apache-SSI/Makefile +++ b/www/p5-Apache-SSI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:55 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:45 jlam Exp $ DISTNAME= Apache-SSI-2.16 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl5 module to implement Server Side Includes DEPENDS+= p5-HTML-SimpleParse>=0.06:../../www/p5-HTML-SimpleParse -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/SSI/.packlist +PERL5_PACKLIST= auto/Apache/SSI/.packlist .include "../../lang/perl5/module.mk" .include "../../www/ap-perl/buildlink3.mk" |