1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/russian/rispell/files/patch-ac
Andrey A. Chernov 98bb460331 Install rispell script
Move dicts to proper locations
Add WWW
2000-04-23 14:58:19 +00:00

20 lines
581 B
Plaintext

--- Makefile.orig Fri Aug 20 00:23:35 1999
+++ Makefile Tue Jan 25 02:01:41 2000
@@ -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
@@ -17,7 +17,7 @@
russian.sml: russian.sq.gz
gzip -dc russian.sq.gz | unsq > 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 .. ; \