diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-19 02:52:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-19 02:52:09 +0000 |
commit | 6716eda0dec7980ff5569c5e4b961897a16aadf5 (patch) | |
tree | 6775204897c59d3631cb5296b251af63765e97bd /www/mod_perl2/Makefile | |
parent | Remove RESTRICTED tag for crypto stuff. (diff) |
Correct MAN3 and pkg-plist.
Pointed out by: bento via kris
Submitted by: Lars Eggert <larse@ISI.EDU> (maintainer)
Notes
Notes:
svn path=/head/; revision=75845
Diffstat (limited to 'www/mod_perl2/Makefile')
-rw-r--r-- | www/mod_perl2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 7f96bf12b9f5..ec875392f64a 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -25,10 +25,10 @@ LDCONFIG_DIRS= %%PREFIX%%/libexec/apache2/ MAN3= APR::PerlIO.3 APR::Table.3 Apache::Build.3 Apache::Log.3 \ Apache::Reload.3 Apache::RequestRec.3 Apache::ServerUtil.3 \ - Apache::SubProcess.3 Apache::Test.3 Apache::TestConfig.3 \ + Apache::SubProcess.3 Apache::Test.3 \ Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ Apache::compat.3 Bundle::ApacheTest.3 ModPerl::Code.3 \ - ModPerl::Config.3 ModPerl::PerlRun.3 ModPerl::Registry.3 \ + ModPerl::PerlRun.3 ModPerl::Registry.3 \ ModPerl::RegistryCooker.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} @@ -36,6 +36,10 @@ APACHE2_PORT?= ${PORTSDIR}/www/apache2 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} > 500600 +MAN3+= ModPerl::Config.3 Apache::TestConfig.3 +.endif + ## ## this port requires PERL 5.6.x or later ## |