1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Correct MAN3 and pkg-plist.

Pointed out by:	bento via kris
Submitted by:	Lars Eggert <larse@ISI.EDU> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-02-19 02:52:09 +00:00
parent 0ad9db1be7
commit 6716eda0de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75845
2 changed files with 6 additions and 3 deletions

View File

@ -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
##

View File

@ -227,7 +227,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache2/mod_perl.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache2/typemap
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/ApacheTest.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod
libexec/apache2/mod_perl.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache2/auto/ModPerl/Util