diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-23 14:58:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-23 14:58:19 +0000 |
commit | 98bb460331eb817cac2aa39aaf35bd794ad48d97 (patch) | |
tree | 54a27c4c0127df515a0827cc5157336cfc8a7a15 | |
parent | 3dd9bab57aabe64dcdc87117c75e0c4073bc5465 (diff) | |
download | ports-98bb460331eb817cac2aa39aaf35bd794ad48d97.tar.gz ports-98bb460331eb817cac2aa39aaf35bd794ad48d97.zip |
Install rispell script
Move dicts to proper locations
Add WWW
Notes
Notes:
svn path=/head/; revision=27927
-rw-r--r-- | russian/rispell/Makefile | 3 | ||||
-rw-r--r-- | russian/rispell/files/patch-ac | 2 | ||||
-rw-r--r-- | russian/rispell/files/rispell.sh | 3 | ||||
-rw-r--r-- | russian/rispell/pkg-descr | 2 | ||||
-rw-r--r-- | russian/rispell/pkg-plist | 5 |
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 |