diff options
Diffstat (limited to 'textproc/ispell/files/IT.patch')
-rw-r--r-- | textproc/ispell/files/IT.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/ispell/files/IT.patch b/textproc/ispell/files/IT.patch new file mode 100644 index 000000000000..4b433d231dba --- /dev/null +++ b/textproc/ispell/files/IT.patch @@ -0,0 +1,12 @@ +--- ispell-it/Makefile.orig Sun Apr 21 16:28:51 2002 ++++ ispell-it/Makefile Sun Apr 21 16:29:01 2002 +@@ -1,7 +1,7 @@ + SHELL = /bin/sh + MAKE = make +-BUILDHASH = buildhash +-MUNCHLIST = munchlist ++BUILDHASH = %%BH%% ++MUNCHLIST = %%MH%% + LANGUAGE = italian + AFFIXES = $(LANGUAGE).aff + DICTIONARY = $(LANGUAGE).words |