summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-06-07 21:30:47 +0000
committerkris <kris@FreeBSD.org>2002-06-07 21:30:47 +0000
commit9f95e18bb249ca24fd4176dbbb57a425ff47171e (patch)
treedb2733e679e3defcb22e400c0a0e60f07cbaa213
parentfd2b0cabb2551bd4816b990e9fc5c76dbc430852 (diff)
downloadFreeBSD-ports-9f95e18bb249ca24fd4176dbbb57a425ff47171e.zip
FreeBSD-ports-9f95e18bb249ca24fd4176dbbb57a425ff47171e.tar.gz
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
-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 3c4e44f9..bd8676c 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."
OpenPOWER on IntegriCloud