$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
