From b6f24c4a8b744d91ac756ae3d13a98709f5e1398 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 16 Dec 1997 20:17:47 +0000 Subject: Add semi-official patch to handle HTML files --- textproc/ispell/Makefile | 5 ++++- textproc/ispell/distinfo | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'textproc/ispell') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index c3c019f2ca13..a74fb9c1acee 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp $ +# $Id: Makefile,v 1.22 1997/12/16 19:05:59 ache Exp $ # DISTNAME= ispell-3.1 @@ -13,6 +13,9 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ DISTFILES= ispell-3.1.20.tar.gz +PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ +PATCHFILES= ispell-html-mode.patch + MAINTAINER= jmz@FreeBSD.org MAKE_FLAGS= TMPDIR=${.CURDIR} -f diff --git a/textproc/ispell/distinfo b/textproc/ispell/distinfo index 796ae85972ee..644b5629bc15 100644 --- a/textproc/ispell/distinfo +++ b/textproc/ispell/distinfo @@ -1,2 +1,2 @@ MD5 (ispell-3.1.20.tar.gz) = 92986f940548fe4116428d21b16fd356 -MD5 (francais-IREQ-1.4.tar.gz) = 3871371b0f8e57b554f8895ce3a43b5a +MD5 (ispell-html-mode.patch) = 1b44441a3748e55b3d509fcff21af4b7 -- cgit