aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 11:06:02 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 11:06:02 +0000
commitfbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch)
tree9b742ae12218d8cfd77191127558a0c126be4516 /russian
parent4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff)
downloadports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.tar.gz
ports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.zip
Use the SORT macro from bsd.port.mk.
Notes
Notes: svn path=/head/; revision=98788
Diffstat (limited to 'russian')
-rw-r--r--russian/rispell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile
index 2bfe2baf1599..7a18050ef5cb 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} && \