diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /security/ssh | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 9f06d00955f..544157a134c 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 1999/02/03 22:44:10 wrstuden Exp $ +# $NetBSD: Makefile,v 1.40 1999/02/20 22:48:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -11,8 +11,6 @@ MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ -CONFLICTS= ssh-1.2.22 ssh-1.2.23 ssh-1.2.25 - RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no IS_INTERACTIVE= YES |