diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-20 03:20:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-20 03:20:31 +0000 |
commit | 1cf9a1e703d4db0a55a00899740eb39e3cad48d9 (patch) | |
tree | e920b416b0ec995012ead55be19b9ba91f3ccc1c /security/ssh | |
parent | a9d0460425c014c218887e241c0fe59c56435846 (diff) | |
download | ports-1cf9a1e703d4db0a55a00899740eb39e3cad48d9.tar.gz ports-1cf9a1e703d4db0a55a00899740eb39e3cad48d9.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index cf5dee7a8945..250d6134b76a 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -69,7 +69,7 @@ MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ .endif .if (${OSVERSION} >= 400016 && !defined(REALLY_WANT_SSH)) -IGNORE= OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. This port is now deprecated. To override this warning set the REALLY_WANT_SSH environment variable and rebuild. +IGNORE= is now deprecated: OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. To override this warning set the REALLY_WANT_SSH environment variable and rebuild .endif MAN1= scp1.1 ssh-add1.1 ssh-agent1.1 ssh-keygen1.1 ssh1.1 \ |