Set PERL_VERSION and PERL_VER to "5.8.9".

Pointed by:	ume
This commit is contained in:
Sergey Skvortsov 2009-01-17 18:44:15 +00:00
parent 48c59c3172
commit b09ba05a10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226312

View File

@ -1407,8 +1407,8 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
# to set one of the conditionals that force the inclusion of bsd.perl.mk
.if !defined(_PERL_REFACTORING_COMPLETE)
PERL_VERSION?= 5.8.8
PERL_VER?= 5.8.8
PERL_VERSION?= 5.8.9
PERL_VER?= 5.8.9
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|}