diff options
author | is <is> | 2001-02-13 12:49:06 +0000 |
---|---|---|
committer | is <is> | 2001-02-13 12:49:06 +0000 |
commit | a33f6d49ac475724e90c73362bfe668cc4bd09e3 (patch) | |
tree | 65ca7645f05927a4bdacf710682ab867ceb75e34 /security/ssh-ip-tunnel | |
parent | 5fdc0da7470386d0560d5f275ee93d41701bb147 (diff) | |
download | pkgsrc-a33f6d49ac475724e90c73362bfe668cc4bd09e3.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 'security/ssh-ip-tunnel')
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index d7e800e14f8..42f5c7a16b2 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/21 22:55:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/13 12:49:07 is Exp $ DISTNAME= vpn-1.0 PKGNAME= ssh-ip-tunnel-1.0 @@ -9,7 +9,7 @@ MAINTAINER= dustin@spy.net DEPENDS+= pty-redir-0.1:../../misc/pty-redir .if !exists(/usr/bin/ssh) -DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh .endif CONFLICTS= vpn-1.0 |