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 /misc/lingoteach | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) |
Use the SORT macro from bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98788
Diffstat (limited to 'misc/lingoteach')
-rw-r--r-- | misc/lingoteach/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 1f94981f26a3..ba85a09edb68 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -42,8 +42,6 @@ CONFIGURE_ARGS+= --enable-debug PLIST= ${WRKDIR}/plist .endif -SORT?= /usr/bin/sort - .include <bsd.port.pre.mk> pre-everything:: |