diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch) | |
tree | 9b742ae12218d8cfd77191127558a0c126be4516 /textproc | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) | |
download | ports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.tar.gz ports-fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26.zip |
Use the SORT macro from bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98788
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 46c8b22a9acc..eea239fa426f 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -235,7 +235,7 @@ post-build: abkuerz.txt imperat.txt latein.txt informatik.txt \ infoabk.txt elektronik.txt orgabk.txt marken.txt \ alphabeta.txt roemisch.txt zusammen.txt | \ - sort -u > all.words && \ + ${SORT} -u > all.words && \ ${BUILDHASH} all.words deutsch.aff deutsch.hash .endif .if defined(ISPELL_BR) |