17301e95a2
Afrikaans is now ISPELL_AF, and Danish is ISPELL_DA, as per iso639. [pointed out by markm] Also bumped the PORTREVISION belatedly due to introducing three new languages.
12 lines
404 B
Diff
12 lines
404 B
Diff
--- ispell-sa-1.0.0/Makefile.orig Wed Jan 10 12:52:01 2001
|
|
+++ ispell-sa-1.0.0/Makefile Wed Jan 10 12:52:16 2001
|
|
@@ -7,7 +7,7 @@
|
|
install -o root -g root -m 0644 afrikaans.aff $(installdir)
|
|
|
|
afrikaans.hash: afrikaans.aff woordelys
|
|
- buildhash woordelys afrikaans.aff afrikaans.hash
|
|
+ ${BUILDHASH} woordelys afrikaans.aff afrikaans.hash
|
|
|
|
clean:
|
|
rm -f woordelys.stat afrikaans.hash woordelys.cnt *~
|