aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-13 01:45:02 +0800
committeraz <az@FreeBSD.org>2013-06-13 01:45:02 +0800
commit3c7bc19974dea31e4d534c5386d29d0260c0d25a (patch)
treebbc1578d6244710ca8c842b399b37b428bb87593 /www
parent0eeaacaa365a1fb5b63a92887bd38568c8983fb6 (diff)
downloadfreebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.tar.gz
freebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.tar.zst
freebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.zip
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
Diffstat (limited to 'www')
-rw-r--r--www/libapreq2/Makefile2
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 \