summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2010-05-05 16:58:29 +0000
committerkensmith <kensmith@FreeBSD.org>2010-05-05 16:58:29 +0000
commit363fecbd376547808649404200b5b11755014f81 (patch)
treef31be89d227786e7cc9b099ff56ca33324fa69d1 /release
parentb965eea6fc6e28c11805b3cb9dcc3d2ed4b24220 (diff)
downloadFreeBSD-src-363fecbd376547808649404200b5b11755014f81.zip
FreeBSD-src-363fecbd376547808649404200b5b11755014f81.tar.gz
Merge r206423:
> 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.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
-rw-r--r--release/Makefile.inc.docports2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 3fb78c4..201f59d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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)
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports
index 723103c..610fae3 100644
--- a/release/Makefile.inc.docports
+++ b/release/Makefile.inc.docports
@@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
ports/textproc/p5-PodParser
.else
MINIMALDOCPORTS+= \
- ports/lang/perl5.8
+ ports/lang/perl5.10
.endif
OpenPOWER on IntegriCloud