diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
commit | deef46806d015ad769b2665290ea6ec18dfcb08e (patch) | |
tree | 58ea722de5185fcbc194ca1ed7488f406e568a1d /security/openssl-beta | |
parent | 121887516bfa24bfc84c15d39f29a557d2568fec (diff) | |
download | ports-deef46806d015ad769b2665290ea6ec18dfcb08e.tar.gz ports-deef46806d015ad769b2665290ea6ec18dfcb08e.zip |
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl-beta/Makefile.ssl b/security/openssl-beta/Makefile.ssl index 265c96da3b47..316b1213a6f3 100644 --- a/security/openssl-beta/Makefile.ssl +++ b/security/openssl-beta/Makefile.ssl @@ -14,7 +14,7 @@ OPENSSLDIR= /etc/ssl @${ECHO_CMD} "This port requires the OpenSSL library, which is part of" @${ECHO_CMD} "the FreeBSD crypto distribution but not installed on your" @${ECHO_CMD} "machine. Please see the \"OpenSSL\" section in the handbook" - @${ECHO_CMD} "(at \"http://www.FreeBSD.org/handbook/openssl.html\", for instance)" + @${ECHO_CMD} "(at \"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html\", for instance)" @${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD" @${ECHO_CMD} "OpenSSL distribution." @${FALSE} |