diff options
author | itojun <itojun@pkgsrc.org> | 2000-03-03 06:07:31 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-03-03 06:07:31 +0000 |
commit | bdf6d632560f42bea67409c1ebf65479c4772682 (patch) | |
tree | efd53c020bb09521f4b62ba8f4c047348e09f7e9 /security/ssh | |
parent | fbb7af380021bc4432fc316c5f8fff3e32d32fe3 (diff) | |
download | pkgsrc-bdf6d632560f42bea67409c1ebf65479c4772682.tar.gz |
can't install ssh on top of openssh, due to conflicting files.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 461bf106012..97fa8734130 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2000/03/02 21:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2000/03/03 06:07:31 itojun Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -12,6 +12,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ +CONFLICTS= openssh-[0-9]* + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no |