diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-17 10:42:38 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-17 10:42:38 +0000 |
commit | ef1f7f645a34656355c3255d61cb29dea48a87e0 (patch) | |
tree | ba9aaa0a0c114f61505f31cb1a0d565faa073df2 /security | |
parent | 11a35aaea600e4456089a12c901b7268fb561237 (diff) | |
download | FreeBSD-ports-ef1f7f645a34656355c3255d61cb29dea48a87e0.zip FreeBSD-ports-ef1f7f645a34656355c3255d61cb29dea48a87e0.tar.gz |
Change perl version to 5.00502.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 8 | ||||
-rw-r--r-- | security/ssh2/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 1db97c3..e1ed15e 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.58 1998/07/25 19:46:37 asami Exp $ +# $Id: Makefile,v 1.59 1998/08/01 22:24:55 dima Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -132,10 +132,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.00404) && \ + exists(${PREFIX}/bin/perl5.00502) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00404 +BUILD_DEPENDS+= perl5.00502:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00502 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 1db97c3..e1ed15e 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.58 1998/07/25 19:46:37 asami Exp $ +# $Id: Makefile,v 1.59 1998/08/01 22:24:55 dima Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -132,10 +132,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.00404) && \ + exists(${PREFIX}/bin/perl5.00502) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00404 +BUILD_DEPENDS+= perl5.00502:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00502 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif |