From f453ad1c02302218ee81e848a422f7e6e59ccc38 Mon Sep 17 00:00:00 2001 From: Murray Stokely <murray@FreeBSD.org> Date: Sun, 20 Apr 2003 21:03:24 +0000 Subject: [PATCH] Properly use the FreeBSD lexicon file as a personal dictionary and use w3m rather than links to dump the formatted HTML output to text. --- share/mk/web.site.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/mk/web.site.mk b/share/mk/web.site.mk index 31c0dc75b2..4dfa8e6c3d 100644 --- a/share/mk/web.site.mk +++ b/share/mk/web.site.mk @@ -1,5 +1,5 @@ # bsd.web.mk -# $FreeBSD: www/share/mk/web.site.mk,v 1.42 2002/03/13 13:09:45 murray Exp $ +# $FreeBSD: www/share/mk/web.site.mk,v 1.43 2002/08/07 03:17:10 trhodes Exp $ # # Build and install a web site. @@ -40,10 +40,10 @@ SED?= /usr/bin/sed SH?= /bin/sh SORT?= /usr/bin/sort TOUCH?= /usr/bin/touch -HTML2TXT?= ${PREFIX}/bin/links +HTML2TXT?= ${PREFIX}/bin/w3m HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS} ISPELL?= ispell -ISPELLOPTS?= -l -p ${WEB_PREFIX}/en/share/dict/words ${ISPELLFLAGS} +ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS} XSLTPROC?= ${PREFIX}/bin/xsltproc XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS}