diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-22 22:26:04 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-22 22:26:04 +0000 |
commit | d5ddd85f15356d96ed7d15dd43134446287e41d5 (patch) | |
tree | 46c8a6d5b78456fc2867d67211c6be20d6c7580d /textproc/ispell/files/FR.patch | |
parent | Add support for swedish, brasilian and german (old and new spelling) (diff) |
Oops - I forgot to add these files in my previous commit.
Notes
Notes:
svn path=/head/; revision=24952
Diffstat (limited to 'textproc/ispell/files/FR.patch')
-rw-r--r-- | textproc/ispell/files/FR.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/ispell/files/FR.patch b/textproc/ispell/files/FR.patch new file mode 100644 index 000000000000..4f3a6f68215b --- /dev/null +++ b/textproc/ispell/files/FR.patch @@ -0,0 +1,26 @@ +--- francais-IREQ/Makefile.old Fri Dec 31 10:23:00 1999 ++++ francais-IREQ/Makefile Fri Dec 31 10:27:35 1999 +@@ -13,10 +13,10 @@ + #------------------------------------------------------------------------------ + + # Prendre soin de bien définir cette variable: +-LIBDIR = /depot/public/lib/ispell ++LIBDIR = ${PREFIX}/lib + + # Il peut être requis de changer celle-ci aussi: +-HASH = $(LIBDIR)/buildhash ++HASH=${BUILDHASH} + + # buildict n'est pas requis pour l'utilisation de francais-IREQ, + # mais si vous décidez de modifier le dictionnaire, la variable suivante +@@ -48,8 +48,8 @@ + > $@' + + francais.hash: francais.dico +- $(RM) francais.dico.cnt francais.dico.stat +- $(HASH) francais.dico $(AFFIXES) francais.hash ++ @rm -f francais.dico.cnt francais.dico.stat ++ @${HASH} francais.dico $(AFFIXES) francais.hash + + install: francais.hash + install francais.hash $(LIBDIR) |