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 | |
parent | abfda7b85ac54db10d65afb2539f6a8e6fc713ab (diff) | |
download | ports-38e196ba849bc2d47f1b54f721e0a2740a055866.tar.gz ports-38e196ba849bc2d47f1b54f721e0a2740a055866.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/rus-ispell/Makefile | 3 | ||||
-rw-r--r-- | russian/rus-ispell/pkg-plist | 3 |
2 files changed, 4 insertions, 2 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> diff --git a/russian/rus-ispell/pkg-plist b/russian/rus-ispell/pkg-plist index 31fde2201808..8b476199f002 100644 --- a/russian/rus-ispell/pkg-plist +++ b/russian/rus-ispell/pkg-plist @@ -1,3 +1,4 @@ bin/ispell-ru -share/ispell/russian.hash share/ispell/russian.aff +share/ispell/russian.dict +share/ispell/russian.hash |