diff options
Diffstat (limited to 'textproc/ispell/files/DK.patch')
-rw-r--r-- | textproc/ispell/files/DK.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ispell/files/DK.patch b/textproc/ispell/files/DK.patch new file mode 100644 index 000000000000..a309dc24a1d7 --- /dev/null +++ b/textproc/ispell/files/DK.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 *~ |