summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-07 21:30:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-07 21:30:47 +0000
commit700aa0f16e1df664a6f7a1ef0f5196eb966bcd56 (patch)
tree0699a35ad6adff705d82887c940de5772f399424 /Mk
parentFix install. (diff)
5.0-CURRENT no longer includes perl in the base system; don't expect
to find it there. Also remove a redundant comment. Submitted by: des, obrien
Notes
Notes: svn path=/head/; revision=60809
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3c4e44f9bf9f..bd8676c091f4 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1003,8 +1003,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
PERL_VER=${PERL_VER} \
PERL_ARCH=${PERL_ARCH}
-.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000
-# 3.0-current after perl5 import
+.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < 500036
.if !exists(/usr/bin/perl${PERL_VERSION}) && defined(USE_PERL5)
pre-everything::
@${ECHO_CMD} "Error: you don't have the right version of perl in /usr/bin."