summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2012-06-27 05:59:01 +0000
committergabor <gabor@FreeBSD.org>2012-06-27 05:59:01 +0000
commitc7fbb6736286e1c4a125bed52f0daa2b669bf538 (patch)
treef66ade24c26b739d867a9f97887b5312976df3c4 /usr.bin/sort
parentdd4780f8e21ad585d7fc04194b115a6417d803d6 (diff)
downloadFreeBSD-src-c7fbb6736286e1c4a125bed52f0daa2b669bf538.zip
FreeBSD-src-c7fbb6736286e1c4a125bed52f0daa2b669bf538.tar.gz
- Switch to BSD sort as default sort. GNU sort will still be installed as
"gnusort". Most of the BSD sort development work was done by Oleg Moskalenko <oleg.moskalenko@citrix.com>. - GNU grep can be set to default by setting WITH_GNU_GREP. It will cause BSD sort to be installed as "bsdsort". Portbuild tested by: linimon
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 14e69e5..c17f9e3 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-.if ${MK_BSD_SORT} == "yes"
+.if ${MK_GNU_SORT} != "yes"
PROG= sort
.else
PROG= bsdsort
OpenPOWER on IntegriCloud