From 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 15 Sep 1998 21:31:59 +0000 Subject: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima --- security/ssh2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'security/ssh2') diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d13628771ddb..9ea8172591cb 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.61 1998/08/17 12:12:34 vanilla Exp $ +# $Id: Makefile,v 1.62 1998/08/19 19:51:10 hoek Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -134,10 +134,9 @@ post-install: # Following stuff must be after to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl${PERL_VERSION}) && \ - (!defined(USE_PERL) || ${USE_PERL} != NO) + exists(${PERL5}) && (!defined(USE_PERL) || ${USE_PERL} != NO) BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl${PERL_VERSION} +CONFIGURE_ENV+= PERL=${PERL5} .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif -- cgit v1.2.3