diff options
author | ache <ache@FreeBSD.org> | 2000-04-23 22:58:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-04-23 22:58:19 +0800 |
commit | 39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d (patch) | |
tree | db432ed35a57fa43943d6c0fbe267a7498446436 /russian | |
parent | eb0a13c2dff801ec5a1d3ae654031c9ab35a3ae8 (diff) | |
download | freebsd-ports-gnome-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.tar.gz freebsd-ports-gnome-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.tar.zst freebsd-ports-gnome-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.zip |
Install rispell script
Move dicts to proper locations
Add WWW
Diffstat (limited to 'russian')
-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 |