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 /editors/ooodict-all/Makefile | |
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 'editors/ooodict-all/Makefile')
-rw-r--r-- | editors/ooodict-all/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 327698a01211..c9aa61224ee0 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -33,7 +33,6 @@ HYPHDIST?= hyph_cs_CZ.zip hyph_da_DK.zip hyph_de_DE.zip \ hyph_sk_SK.zip hyph_sl_SI.zip hyph_uk_UA.zip .endif -SORT?= /usr/bin/sort CUT?= /usr/bin/cut .include <bsd.port.pre.mk> |