diff options
Diffstat (limited to 'textproc/ispell-spanish/patches/patch-aa')
-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 |