summaryrefslogtreecommitdiff
path: root/www/apache13-modperl
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /www/apache13-modperl
parent- Correct regex for the defaults in FreeBSD (diff)
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=238202
Diffstat (limited to 'www/apache13-modperl')
-rw-r--r--www/apache13-modperl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/apache13-modperl/Makefile b/www/apache13-modperl/Makefile
index fa6b538e0ba7..71e16210c94f 100644
--- a/www/apache13-modperl/Makefile
+++ b/www/apache13-modperl/Makefile
@@ -138,17 +138,13 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
Bundle::Apache.3 \
Apache::Debug.3 mod_perl.3 Apache::SIG.3 Apache::Resource.3 \
Apache::RegistryLoader.3 Apache::StatINC.3 Apache::Include.3 \
- Apache::PerlSections.3 cgi_to_mod_perl.3 \
+ Apache::PerlSections.3 Apache::MyConfig.3 cgi_to_mod_perl.3 \
mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \
mod_perl_tuning.3
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 \
${SUEXEC_MAN}
-.if ${PERL_LEVEL} >= 500800
-MAN3+= Apache::MyConfig.3
-.endif
-
pre-configure:
@ cd ${WRKSRC_MODPERL}; \
${PERL5} Makefile.PL EVERYTHING=1 APACHE_SRC=../apache_${VERSION_APACHE}\