summaryrefslogtreecommitdiff
path: root/textproc/ispell-slovak/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell-slovak/patches/patch-aa')
-rw-r--r--textproc/ispell-slovak/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/ispell-slovak/patches/patch-aa b/textproc/ispell-slovak/patches/patch-aa
new file mode 100644
index 00000000000..b29440f3684
--- /dev/null
+++ b/textproc/ispell-slovak/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/02 03:19:53 jschauma Exp $
+
+--- /dev/null Thu Aug 1 23:11:47 2002
++++ Makefile Thu Aug 1 23:12:13 2002
+@@ -0,0 +1,18 @@
++installdir=${PREFIX}/lib
++buildhash=${PREFIX}/bin/buildhash
++
++all: slovak.hash
++
++install: slovak.hash slovak.aff
++ ${BSD_INSTALL_DATA} slovak.hash $(installdir)
++ ${BSD_INSTALL_DATA} slovak.aff $(installdir)
++
++slovak.words:
++ ${CAT} *.words | ${SORT} -u -f > slovak.words
++
++slovak.hash: slovak.aff slovak.words
++ ${buildhash} slovak.words slovak.aff slovak.hash
++
++clean:
++ ${RM} -f slovak.words slovak.words.cnt slovak.words.stat slovak.hash *~
++