Shift the version of perl used by the release build process over to

perl-5.10.  This aligns the release build process with the current
default version of perl in the ports tree.

I'll MFC this to all active branches.

MFC after:	3 days
This commit is contained in:
Ken Smith 2010-04-09 14:27:17 +00:00
parent 49ac20555f
commit a3238bcf8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206423
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ NOPORTSATALL= YES
#
# Doing 'make index' in /usr/ports requires Perl.
MAKEINDEXPORTS= lang/perl5.8
MAKEINDEXPORTS= lang/perl5.10
DOCPORTS= textproc/docproj
# Set this to wherever the distfiles required by release procedures.
.if defined(DOCDISTFILES)

View File

@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
ports/textproc/p5-PodParser
.else
MINIMALDOCPORTS+= \
ports/lang/perl5.8
ports/lang/perl5.10
.endif