diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 17:45:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 17:45:02 +0000 |
commit | 124b00a56f28a0a7df79a5f0d75f5be86895325f (patch) | |
tree | bbc1578d6244710ca8c842b399b37b428bb87593 /www/libapreq2 | |
parent | 6c1c5b05f5a4727886d4be7b74ffa44de2ff2ea2 (diff) |
Notes
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 6cf4dc5d69f0..ba989cda0f99 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS+= ${P5_APREQ_DEPENDS} USE_PERL5= yes CONFIGURE_ARGS+= --enable-perl-glue --with-perl=${PERL5} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} MAN3= APR::Request.3 \ APR::Request::Apache2.3 \ APR::Request::CGI.3 \ |