aboutsummaryrefslogtreecommitdiffstats
path: root/russian/rispell/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-23 22:58:19 +0800
committerache <ache@FreeBSD.org>2000-04-23 22:58:19 +0800
commit39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d (patch)
treedb432ed35a57fa43943d6c0fbe267a7498446436 /russian/rispell/Makefile
parenteb0a13c2dff801ec5a1d3ae654031c9ab35a3ae8 (diff)
downloadfreebsd-ports-graphics-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.tar.gz
freebsd-ports-graphics-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.tar.zst
freebsd-ports-graphics-39ba37592e0f82f6c5b54b2d92e39c2db0f71c1d.zip
Install rispell script
Move dicts to proper locations Add WWW
Diffstat (limited to 'russian/rispell/Makefile')
-rw-r--r--russian/rispell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile
index c9ec996cf37..af5227f42c6 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>