diff options
author | tron <tron@pkgsrc.org> | 1999-04-09 14:49:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-09 14:49:06 +0000 |
commit | 8ff92a2fc470942e22d5608bc9aa4f4c8b8aa0df (patch) | |
tree | e487ff193b7f6e83b6ca3e7d58409e516e5718a9 /security/ssh-ip-tunnel | |
parent | e0175bbe794a4496e64ba5a2e45be29ba7dd3371 (diff) | |
download | pkgsrc-8ff92a2fc470942e22d5608bc9aa4f4c8b8aa0df.tar.gz |
As discussed on "packages@netbsd.org" rename this package to
"ssh-ip-tunnel".
Diffstat (limited to 'security/ssh-ip-tunnel')
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index 17c3bf8b103..02c64f1720a 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/04/09 07:39:45 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/09 14:49:07 tron Exp $ DISTNAME= vpn-1.0 +PKGNAME= ssh-ip-tunnel-1.0 CATEGORIES= security net MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/ @@ -9,6 +10,8 @@ MAINTAINER= dustin@spy.net DEPENDS+= pty-redir-0.1:../../misc/pty-redir DEPENDS+= ssh-1.2.26:../../security/ssh +CONFLICTS= vpn-1.0 + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |