summaryrefslogtreecommitdiff
path: root/parallel/glunix
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2001-02-13 12:49:06 +0000
committeris <is@pkgsrc.org>2001-02-13 12:49:06 +0000
commit88c2a995bbc05f723751bc1a39072d057f41eb43 (patch)
tree65ca7645f05927a4bdacf710682ab867ceb75e34 /parallel/glunix
parent81c9ac3e1aa390a6bea620e471b80327ed0de446 (diff)
downloadpkgsrc-88c2a995bbc05f723751bc1a39072d057f41eb43.tar.gz
Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so
that installation of the right version can be verified.
Diffstat (limited to 'parallel/glunix')
-rw-r--r--parallel/glunix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile
index ce8b334fdc9..9ccce6e53d4 100644
--- a/parallel/glunix/Makefile
+++ b/parallel/glunix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/01/29 11:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2001/02/13 12:49:06 is Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
@@ -13,7 +13,7 @@ HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html
.if exists(/usr/bin/ssh)
SSH= /usr/bin/ssh
.else
-DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh
+DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh
SSH= ${LOCALBASE}/bin/ssh
.endif