mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
98bb460331
Move dicts to proper locations Add WWW
20 lines
581 B
Plaintext
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 .. ; \
|