summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-10-10 19:25:09 +0000
committerdmcmahill <dmcmahill>2000-10-10 19:25:09 +0000
commitf82fc34b912496daa069cb543326903d897d8fc2 (patch)
treec02ccd4001cfc2493f58bcae3b502abb6610982e
parentae1fd40ae8103b5a74b4722aa022826bb55df7cd (diff)
downloadpkgsrc-f82fc34b912496daa069cb543326903d897d8fc2.tar.gz
fix path for pkgsrc ssh
-rw-r--r--parallel/glunix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile
index a0715a8ef39..178dea936a9 100644
--- a/parallel/glunix/Makefile
+++ b/parallel/glunix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/10/10 19:09:26 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2000/10/10 19:25:09 dmcmahill Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
@@ -14,7 +14,7 @@ HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html
SSH= /usr/bin/ssh
.else
DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh
-SSH= ${LOCALBASE}/ssh
+SSH= ${LOCALBASE}/bin/ssh
.endif
USE_GMAKE= yes