1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/textproc/ispell/files/ES.patch
Jean-Marc Zucconi 755e260b5e Add support for Spanish dictionary.
PR:		ports/125267
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
2008-07-21 15:09:37 +00:00

21 lines
533 B
Diff

--- espa~nol-1.10/Makefile.orig 2008-07-05 16:49:20.000000000 -0500
+++ espa~nol-1.10/Makefile 2008-07-05 16:51:23.000000000 -0500
@@ -54,7 +54,7 @@
MAKE = make
PATHADDER = ../..
-BUILDHASH = buildhash
+BUILDHASH = %%BH%%
UNSQ = unsq
FIX8BIT = fix8bit
@@ -79,7 +79,7 @@
$(HASHFILE): $(AFFIXES) $(DICTIONARY)
rm -f $(HASHFILE)
- munchlist -v -l $(AFFIXES) $(DICTIONARY) > $(LANGUAGE).words+
+ %%MH%% -v -l $(AFFIXES) $(DICTIONARY) > $(LANGUAGE).words+
$(BUILDHASH) $(LANGUAGE).words+ $(AFFIXES) $(HASHFILE)
build: