summaryrefslogtreecommitdiff
path: root/russian/rispell
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-04-23 14:58:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-04-23 14:58:19 +0000
commit98bb460331eb817cac2aa39aaf35bd794ad48d97 (patch)
tree54a27c4c0127df515a0827cc5157336cfc8a7a15 /russian/rispell
parentUpgrade to 2.48. (diff)
Install rispell script
Move dicts to proper locations Add WWW
Notes
Notes: svn path=/head/; revision=27927
Diffstat (limited to 'russian/rispell')
-rw-r--r--russian/rispell/Makefile3
-rw-r--r--russian/rispell/files/patch-ac2
-rw-r--r--russian/rispell/files/rispell.sh3
-rw-r--r--russian/rispell/pkg-descr2
-rw-r--r--russian/rispell/pkg-plist5
5 files changed, 11 insertions, 4 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile
index c9ec996cf37d..af5227f42c65 100644
--- a/russian/rispell/Makefile
+++ b/russian/rispell/Makefile
@@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/russian-ispell
do-install:
cd ${WRKSRC} && \
- ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/lib
+ ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell
+ ${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell
.include <bsd.port.mk>
diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac
index cb60812ac08f..178b7f870919 100644
--- a/russian/rispell/files/patch-ac
+++ b/russian/rispell/files/patch-ac
@@ -4,7 +4,7 @@
-ELISP_DIR = /usr/share/emacs/site-lisp
-ISPELL_DIR = /usr/lib/ispell
+ELISP_DIR = NOTYET/usr/share/emacs/site-lisp
-+ISPELL_DIR = ${PREFIX}/lib
++ISPELL_DIR = ${PREFIX}/share/ispell
KITDIR = ../save-kostya-dict
diff --git a/russian/rispell/files/rispell.sh b/russian/rispell/files/rispell.sh
new file mode 100644
index 000000000000..1365a904aee7
--- /dev/null
+++ b/russian/rispell/files/rispell.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ispell -d russian $*
diff --git a/russian/rispell/pkg-descr b/russian/rispell/pkg-descr
index 4aa4fc2cab28..926e6d4e070b 100644
--- a/russian/rispell/pkg-descr
+++ b/russian/rispell/pkg-descr
@@ -1 +1,3 @@
Russian (KOI8-R) dictionary for ISPELL
+
+WWW: http://www.ispras.ru/~knizhnik/
diff --git a/russian/rispell/pkg-plist b/russian/rispell/pkg-plist
index 4f37d4526ea9..b2173c78d351 100644
--- a/russian/rispell/pkg-plist
+++ b/russian/rispell/pkg-plist
@@ -1,2 +1,3 @@
-lib/russian.hash
-lib/russian.aff
+bin/rispell
+share/ispell/russian.hash
+share/ispell/russian.aff