summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-05-05 17:01:03 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-05-05 17:01:03 +0000
commit6811b3eb359592dbac847681735b7dcf01538f9e (patch)
tree8fa5c18032dd6d3499425bed44d1fb36b1a36fa0 /release
parent16f9aa8798ff9f60863a4e58f76f0f3a9b473a02 (diff)
Notes
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 2256f41dacb9..25eaf7303ab7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -169,7 +169,7 @@ NOPORTSATALL= YES
#
# Doing 'make index' in /usr/ports requires Perl.
-MAKEINDEXPORTS= lang/perl5.8
+MAKEINDEXPORTS= lang/perl5.10
# By default, documentation (Handbook, FAQ, etc.) is built for all
# the languages. To speed up building, set the DOC_LANG to just
# the languages you need. (The language for the release notes is
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports
index 547174238f2a..9c9bb24337b6 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