diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-15 15:26:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-15 15:26:35 +0000 |
commit | b7e5ed5a639742287fa6b4c9a30d2b62c4ee7575 (patch) | |
tree | 2df060903f0834c8c12ef6bc480a73a2a726d986 /textproc/ispell-german/patches | |
parent | 9199d8e70f2efa1399290459d92e8947f386beea (diff) | |
download | pkgsrc-b7e5ed5a639742287fa6b4c9a30d2b62c4ee7575.tar.gz |
Initial import of ispell-german, as requested in pkg/12145:
German dictionary for ispell.
Diffstat (limited to 'textproc/ispell-german/patches')
-rw-r--r-- | textproc/ispell-german/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/ispell-german/patches/patch-aa b/textproc/ispell-german/patches/patch-aa new file mode 100644 index 00000000000..2cf5b759e30 --- /dev/null +++ b/textproc/ispell-german/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $ + +--- Makefile.orig Sun Sep 3 02:57:42 2000 ++++ Makefile +@@ -45,7 +45,6 @@ + + + +-MAKE = make + BUILDHASH = buildhash + ISPELL = ispell + SQ = sq +@@ -75,7 +74,7 @@ + cd dicts; sed "s/qq//g;s/\.//" abkuerzpunkt.txt $(WORTE) |sort -u > ../$@ + + install: german.hash +- cp german.aff german.hash `$(ISPELL) -vv |grep LIBDIR |sed "s/.*\=//" |tr -d \"` ++ ${BSD_INSTALL_DATA} german.aff german.hash `$(ISPELL) -vv |grep LIBDIR |sed "s/.*\=//" |tr -d \"` + + ## Swiss Ispell stuff: + |