diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | 95b0fb093b0c0fe3ac4b112fd462a41fa1933a35 (patch) | |
tree | 607a7a5c9179d269688eebfcbd7a60c01c983c03 /textproc | |
parent | dbde1e218a8b9a82a1edefb7c0aed001b0d24fd5 (diff) | |
download | FreeBSD-ports-95b0fb093b0c0fe3ac4b112fd462a41fa1933a35.zip FreeBSD-ports-95b0fb093b0c0fe3ac4b112fd462a41fa1933a35.tar.gz |
Use the SORT macro from bsd.port.mk.
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 46c8b22..eea239f 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) |