diff options
author | agc <agc@pkgsrc.org> | 2002-07-22 11:31:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-22 11:31:46 +0000 |
commit | adf0174b26542bc1b652b1cdd83779e48d28b4a8 (patch) | |
tree | 47f5ef892dc22cb124715f9857a8ff14d16b6c0d /textproc/ispell-spanish/patches | |
parent | 16d94342b9cfdaa401f9ddecd9dcc4bb9008a303 (diff) | |
download | pkgsrc-adf0174b26542bc1b652b1cdd83779e48d28b4a8.tar.gz |
Initial import of ispell-spanish-1.7 into the NetBSD Packages Collection.
Provided in PR 17654 by Julio Merino <jmmv@hispabsd.org>
This package provides the Spanish-spelling dictionaries for ispell.
The dictionary is provided by the COES project at LUCAS.
Diffstat (limited to 'textproc/ispell-spanish/patches')
-rw-r--r-- | textproc/ispell-spanish/patches/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/ispell-spanish/patches/patch-aa b/textproc/ispell-spanish/patches/patch-aa new file mode 100644 index 00000000000..3fb3c5f479e --- /dev/null +++ b/textproc/ispell-spanish/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ + +--- Makefile.orig Fri Apr 9 12:32:26 1999 ++++ Makefile Fri Jul 19 23:36:04 2002 +@@ -63,6 +63,7 @@ + # numerous languages. + # + LANGUAGE = espa~nol ++INST_LANGUAGE = castellano + DICTIONARY = $(LANGUAGE).words $(LANGUAGE).comp + HASHFILE = $(LANGUAGE).hash + +@@ -86,7 +87,9 @@ + $(BUILDHASH) -s $(LANGUAGE).words+ $(AFFIXES) $(HASHFILE) + + install: +- ./posti $(LANGUAGE) ++ cp $(LANGUAGE).aff $(INST_LANGUAGE).aff ++ cp $(LANGUAGE).hash $(INST_LANGUAGE).hash ++ yes | ./posti $(INST_LANGUAGE) + + $(LANGUAGE)-alt.aff: $(LANGUAGE)-alt.7bit $(FIX8BIT) + $(FIX8BIT) -8 < $(LANGUAGE)-alt.7bit > $(LANGUAGE)-alt.aff |