diff options
Diffstat (limited to 'www/mod_perl2/Makefile')
| -rw-r--r-- | www/mod_perl2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 9eb4d0568ac3..0274b91add35 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_perl -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -26,13 +26,15 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::Registry.3 Apache::SizeLimit.3 \ Apache::Status.3 Apache::Symbol.3 Apache::Symdump.3 \ Apache::Table.3 Apache::URI.3 Apache::Util.3 \ - Apache::httpd_conf.3 Apache::src.3 Bundle::Apache.3 \ + Apache::httpd_conf.3 Apache::src.3 Apache::test.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 \ mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \ mod_perl_tuning.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} .include <bsd.port.pre.mk> @@ -43,6 +45,9 @@ BROKEN= "see PR 14924; use p5-Apache instead" do-configure: @ cd ${WRKSRC}; \ ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ + PREFIX=${PREFIX} INSTALLSITELIB=${PERLSITEDIR} \ + INSTALLSITEARCH=${PERLSITEDIR}/${PERL_ARCH} \ + INSTALLMAN3DIR=${MANPREFIX}/man/man3 \ WITH_APXS=${LOCALBASE}/sbin/apxs \ PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' |
