summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
commitdc5ea736c74183cb97733284c8c15e35097cec4f (patch)
tree8644f90f24332fbab844e94152be9737d2262e32 /security/ssh
parentwgconvert is missing in the default install target and doesn't get installed, (diff)
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).
Notes
Notes: svn path=/head/; revision=7366
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 39900ff95e3e..bd5e26f3c800 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