1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

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
This commit is contained in:
Kris Kennaway 2002-06-07 21:30:47 +00:00
parent ee10b33065
commit 700aa0f16e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60809

View File

@ -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."