summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
committerasami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
commitf09edee68276fb10f64404263149d089b008bea7 (patch)
tree6ac08fc2a2778b66450edd3de122d03827b43f52 /security
parentcb50bd0e8ed047c2d93fb2dac8135aba6ffb9404 (diff)
downloadFreeBSD-ports-f09edee68276fb10f64404263149d089b008bea7.zip
FreeBSD-ports-f09edee68276fb10f64404263149d089b008bea7.tar.gz
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile8
-rw-r--r--security/ssh2/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 39900ff..bd5e26f 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.41 1997/05/24 13:17:14 jfitz Exp $
+# $Id: Makefile,v 1.42 1997/07/01 02:39:26 adam Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -109,10 +109,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.004) && \
+ exists(${PREFIX}/bin/perl5.00401) && \
(!defined(USE_PERL) || ${USE_PERL} != NO)
-BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5
-CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004
+BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00401
.else
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
.endif
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 39900ff..bd5e26f 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.41 1997/05/24 13:17:14 jfitz Exp $
+# $Id: Makefile,v 1.42 1997/07/01 02:39:26 adam Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -109,10 +109,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.004) && \
+ exists(${PREFIX}/bin/perl5.00401) && \
(!defined(USE_PERL) || ${USE_PERL} != NO)
-BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5
-CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004
+BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00401
.else
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
.endif
OpenPOWER on IntegriCloud