summaryrefslogtreecommitdiff
path: root/security/ssh-ip-tunnel
diff options
context:
space:
mode:
authortron <tron>1999-04-09 14:49:06 +0000
committertron <tron>1999-04-09 14:49:06 +0000
commitcffb3108dea2abd6e119b459ac3972446dfc06a9 (patch)
treee487ff193b7f6e83b6ca3e7d58409e516e5718a9 /security/ssh-ip-tunnel
parentfde5555eefbf31cb39a4bb48c982dce6f00f240a (diff)
downloadpkgsrc-cffb3108dea2abd6e119b459ac3972446dfc06a9.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/Makefile5
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"