diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-23 21:57:46 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-23 21:57:46 +0000 |
commit | 07490670ecca210e433617775a682edd02b18e85 (patch) | |
tree | 7503700c2c478e3f3baf32fa4b79be1b1697420b /russian/rispell/files/patch-ac | |
parent | 5aca3f129b66871bf1798fed9e65daabd1e6e776 (diff) |
Notes
Diffstat (limited to 'russian/rispell/files/patch-ac')
-rw-r--r-- | russian/rispell/files/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac deleted file mode 100644 index 81b583e508cb..000000000000 --- a/russian/rispell/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Thu Aug 19 15:23:35 1999 -+++ Makefile Tue Jul 24 15:30:22 2001 -@@ -1,5 +1,5 @@ --ELISP_DIR = /usr/share/emacs/site-lisp --ISPELL_DIR = /usr/lib/ispell -+ELISP_DIR = NOTYET/usr/share/emacs/site-lisp -+ISPELL_DIR = ${PREFIX}/share/ispell - - KITDIR = ../save-kostya-dict - -@@ -15,9 +15,9 @@ - buildhash russian.sml russian.aff russian.hash - - russian.sml: russian.sq.gz -- gzip -dc russian.sq.gz | unsq > russian.sml -+ gzip -dc russian.sq.gz | uniq > russian.sml - --install: unsq russian.hash -+install: russian.hash - cp russian.hash russian.aff $(ISPELL_DIR) - if [ -d $(ELISP_DIR) ] ; then \ - cd emacs ; make ELISP_DIR=$(ELISP_DIR) install ; cd .. ; \ |