summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-01-24 23:08:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-01-24 23:08:50 +0000
commite6e41101bdebf0153bf5ca1b935663c8a92844df (patch)
tree5563417ccba16381fc9d97a168165bed4a6d530c /russian
parentfix path (diff)
tarball slightly changed
Notes
Notes: svn path=/head/; revision=25042
Diffstat (limited to 'russian')
-rw-r--r--russian/rispell/Makefile3
-rw-r--r--russian/rispell/distinfo2
-rw-r--r--russian/rispell/files/patch-ac57
3 files changed, 21 insertions, 41 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile
index 814e0d52136d..1d2420367b29 100644
--- a/russian/rispell/Makefile
+++ b/russian/rispell/Makefile
@@ -9,8 +9,7 @@
DISTNAME= rispell
PKGNAME= ru-ispell-1.0
CATEGORIES= textproc russian
-MASTER_SITES= http://www.ispras.ru/~knizhnik/ \
- ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
+MASTER_SITES= http://www.ispras.ru/~knizhnik/
MAINTAINER= ache@FreeBSD.org
diff --git a/russian/rispell/distinfo b/russian/rispell/distinfo
index 51615a588377..d107d1805146 100644
--- a/russian/rispell/distinfo
+++ b/russian/rispell/distinfo
@@ -1 +1 @@
-MD5 (rispell.tar.gz) = eb2c2346eb356ad7e873465cb6488f4f
+MD5 (rispell.tar.gz) = 52395798b5c2042114845cc7fa5a7bc6
diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac
index 3f93ab32f446..cb60812ac08f 100644
--- a/russian/rispell/files/patch-ac
+++ b/russian/rispell/files/patch-ac
@@ -1,38 +1,19 @@
-*** Makefile.orig Fri Oct 24 11:58:47 1997
---- Makefile Tue Dec 16 20:46:27 1997
-***************
-*** 1,7 ****
- ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
-! ELISP_DIR = /usr/share/emacs/site-lisp
-
-! IPATH = ./ispell-3.1
- KITDIR = ../save-kostya-dict
-
- first:
---- 1,7 ----
- ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
-! ELISP_DIR = NOTYET/usr/share/emacs/site-lisp
-
-! IPATH = ${PREFIX}/bin
- KITDIR = ../save-kostya-dict
-
- first:
-***************
-*** 33,40 ****
- make $(IPATH)
- cp local.h $(IPATH)
-
-! $(IPATH)/unsq: $(IPATH)/local.h
-! cd $(IPATH) ; make ; cd ..
-
- clean:
- rm -f russian.sml* russian.hash makedict
---- 33,40 ----
- make $(IPATH)
- cp local.h $(IPATH)
-
-! #$(IPATH)/unsq: $(IPATH)/local.h
-! # cd $(IPATH) ; make ; cd ..
-
- clean:
- rm -f russian.sml* russian.hash makedict
+--- 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}/lib
+
+ 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 .. ; \