diff options
author | blackend <blackend@FreeBSD.org> | 2002-08-04 17:04:12 +0800 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2002-08-04 17:04:12 +0800 |
commit | c827154b94ce7ce4ef2a90d1cf105c526fbdfda3 (patch) | |
tree | 1c25967d953343f8689d7edf5b0dc9138c159e34 /Mk/bsd.port.mk | |
parent | 8c48b084c08d792c3f1263b46e01740cf691bd44 (diff) | |
download | freebsd-ports-gnome-c827154b94ce7ce4ef2a90d1cf105c526fbdfda3.tar.gz freebsd-ports-gnome-c827154b94ce7ce4ef2a90d1cf105c526fbdfda3.tar.zst freebsd-ports-gnome-c827154b94ce7ce4ef2a90d1cf105c526fbdfda3.zip |
Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by: portmgr
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d17aab37dd2b..66751678e12a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -737,7 +737,7 @@ PREFIX?= ${LOCALBASE} @${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} |