From fc1b9bea824a167aa11dc1305ed5dcf456a64353 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 8 Sep 2006 10:43:15 +0000 Subject: Looks like perl 5.6.2 is less dumber not installing *Config* files, so add this there too. --- www/mod_perl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_perl') diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 680c1256976a..0d078b2c6bfc 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -52,7 +52,7 @@ CFLAGS+= -DAPACHE6 .include -.if ${PERL_LEVEL} >= 500800 +.if ${PERL_LEVEL} >= 500602 MAN3+= Apache::MyConfig.3 .endif -- cgit v1.2.3