diff options
author | dmcmahill <dmcmahill> | 2000-10-10 19:25:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-10-10 19:25:09 +0000 |
commit | f82fc34b912496daa069cb543326903d897d8fc2 (patch) | |
tree | c02ccd4001cfc2493f58bcae3b502abb6610982e /parallel | |
parent | ae1fd40ae8103b5a74b4722aa022826bb55df7cd (diff) | |
download | pkgsrc-f82fc34b912496daa069cb543326903d897d8fc2.tar.gz |
fix path for pkgsrc ssh
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/glunix/Makefile | 4 |
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 |