diff options
author | blackend <blackend@FreeBSD.org> | 2002-08-04 10:15:26 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2002-08-04 10:15:26 +0000 |
commit | cbe1a173021afbb4cbe49b9d9c9c2aafe19c9b7d (patch) | |
tree | 79174086c36d9f4380ca8ea8ea8e9af693171888 /www | |
parent | 1b436dfa771301edf7cc15f0081cf406b0067a3d (diff) | |
download | FreeBSD-ports-cbe1a173021afbb4cbe49b9d9c9c2aafe19c9b7d.zip FreeBSD-ports-cbe1a173021afbb4cbe49b9d9c9c2aafe19c9b7d.tar.gz |
Fix link to the Handbook and remove dead link to the FAQ.
Approved by: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/frontpage/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/frontpage/Makefile b/www/frontpage/Makefile index c6f71fb..395d92b 100644 --- a/www/frontpage/Makefile +++ b/www/frontpage/Makefile @@ -76,10 +76,8 @@ pre-extract: ${ECHO} "WARNING: MS FrontPage Extensions requires the libdescrypt library"; \ ${ECHO} " Install the libdescrypt Library, then build apache-fp"; \ ${ECHO} ; \ - ${ECHO} " FreeBSD Handbook - Security (chapter 6)"; \ - ${ECHO} " http://www.freebsd.org/handbook/security.html#CRYPT"; \ - ${ECHO} " FAQ - I live outside the US. Can I use DES encryption?"; \ - ${ECHO} " http://www.freebsd.org/FAQ/install.html#AEN629"; \ + ${ECHO} " FreeBSD Handbook - Security (chapter 10)"; \ + ${ECHO} " http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/crypt.html"; \ ${ECHO} ; \ ${FALSE} ; \ fi |