diff options
Diffstat (limited to 'russian')
-rw-r--r-- | russian/rispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile index 2bfe2baf159..7a18050ef5c 100644 --- a/russian/rispell/Makefile +++ b/russian/rispell/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell WRKSRC= ${WRKDIR}/russian-ispell post-build: - cd ${WRKSRC} && LANG=ru_RU.KOI8-R sort russian.sml > russian.dict + cd ${WRKSRC} && LANG=ru_RU.KOI8-R ${SORT} russian.sml > russian.dict do-install: cd ${WRKSRC} && \ |