diff options
author | hubertf <hubertf> | 2000-01-27 13:52:35 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-01-27 13:52:35 +0000 |
commit | 86efb218ddd2e9763e6d7a381d610bd673ba2b8a (patch) | |
tree | ed66e89c896fbcab30124e19bc09ea091f0abbad /security | |
parent | 9ec6aebc2ed4a5a26a4fad8705d6c4708340ff38 (diff) | |
download | pkgsrc-86efb218ddd2e9763e6d7a381d610bd673ba2b8a.tar.gz |
Adjust CONFLICTS to not clash with the ssh-ip-tunnel package.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 744ac96f9ff..b0e80729eee 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/27 13:49:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/27 13:52:35 hubertf Exp $ # DISTNAME= openssh-1.2.1pre26 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://thermo.stat.ncsu.edu/pub/openssh/files/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.org/ -CONFLICTS= ssh-* +CONFLICTS= ssh-[0-9]* USE_PERL5= yes |