diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-29 22:36:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-29 22:36:32 +0000 |
commit | 38e196ba849bc2d47f1b54f721e0a2740a055866 (patch) | |
tree | 3638b5d34f612778c14b59aba4259d3edb7eeb49 /russian/rus-ispell/Makefile | |
parent | abfda7b85ac54db10d65afb2539f6a8e6fc713ab (diff) | |
download | ports-38e196ba849bc2d47f1b54f721e0a2740a055866.tar.gz ports-38e196ba849bc2d47f1b54f721e0a2740a055866.zip |
Notes
Diffstat (limited to 'russian/rus-ispell/Makefile')
-rw-r--r-- | russian/rus-ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile index 3cf22218344b..0233e9035d8e 100644 --- a/russian/rus-ispell/Makefile +++ b/russian/rus-ispell/Makefile @@ -23,7 +23,8 @@ NO_WRKSUBDIR= yes do-install: cd ${WRKSRC} && \ - ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell + ${INSTALL_DATA} russian.hash russian.dict russian.aff \ + ${PREFIX}/share/ispell ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru .include <bsd.port.mk> |