diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-20 11:20:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-20 11:20:31 +0800 |
commit | c61767a2e25eb0d2c31d5b70b0ca30bae963d6d1 (patch) | |
tree | 934ce9d4995d5db9105a6cad4822e1f01b3d1ead /security/ssh | |
parent | 2dbd549f2bf8c29e7c56a7e134b4658e31718595 (diff) | |
download | freebsd-ports-gnome-c61767a2e25eb0d2c31d5b70b0ca30bae963d6d1.tar.gz freebsd-ports-gnome-c61767a2e25eb0d2c31d5b70b0ca30bae963d6d1.tar.zst freebsd-ports-gnome-c61767a2e25eb0d2c31d5b70b0ca30bae963d6d1.zip |
Update the wording on IGNORE.
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 \ |