diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-12 07:50:49 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-12 07:50:49 +0000 |
| commit | 17301e95a2932cf5c917d7bd091a29ec3ca0c5fe (patch) | |
| tree | 5cf0684717e096df330ca7c3a2dc0982d6a2fcca /textproc/ispell/files/DA.patch | |
| parent | 529787e5c4943d9da3408f0cb20e27c04f6ad5f8 (diff) | |
Apply iso639 to the variable names I introduced the last few days.
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.
Diffstat (limited to 'textproc/ispell/files/DA.patch')
| -rw-r--r-- | textproc/ispell/files/DA.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ispell/files/DA.patch b/textproc/ispell/files/DA.patch new file mode 100644 index 000000000000..a309dc24a1d7 --- /dev/null +++ b/textproc/ispell/files/DA.patch @@ -0,0 +1,11 @@ +--- ispell-da-1.4.7/Makefile.orig Tue Jan 2 10:47:45 2001 ++++ ispell-da-1.4.7/Makefile Wed Jan 10 09:10:51 2001 +@@ -7,7 +7,7 @@ + install -o root -g root -m 0644 dansk.aff $(installdir) + + dansk.hash: dansk.aff words-da.ispell +- buildhash words-da.ispell dansk.aff dansk.hash ++ ${BUILDHASH} words-da.ispell dansk.aff dansk.hash + + clean: + rm -f words-da.ispell.stat dansk.hash words-da.ispell.cnt *~ |
