diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-22 21:53:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-22 21:53:31 +0000 |
commit | f0b7975aa06215ff6d3a343f89feda97ccff7070 (patch) | |
tree | d28ed8747aea6dba50efd080f0dec16361140522 /security/ssh2 | |
parent | cde9cfb4d2664e586e734b36f8135954d026ced0 (diff) | |
download | ports-f0b7975aa06215ff6d3a343f89feda97ccff7070.tar.gz ports-f0b7975aa06215ff6d3a343f89feda97ccff7070.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index bc1cdd8a6db3..606fbdd463e9 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.70 1998/10/08 13:11:52 asami Exp $ +# $Id: Makefile,v 1.71 1998/10/30 06:15:18 obrien Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ MAINTAINER= torstenb@FreeBSD.ORG +BROKEN= update + # You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you.. .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES |