aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-06-27 05:59:01 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-06-27 05:59:01 +0000
commit7d26b3ee33cf34e1b52f47b29c297d0410a13a98 (patch)
treef66ade24c26b739d867a9f97887b5312976df3c4 /gnu
parentd826ccd66d20ebec714f745cafd5e75e10957de9 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/sort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile
index a116a637dec86..bf193bc2b7c6e 100644
--- a/gnu/usr.bin/sort/Makefile
+++ b/gnu/usr.bin/sort/Makefile
@@ -5,7 +5,7 @@ SORTDIR= ${.CURDIR}/../../../contrib/gnu-sort
.include <bsd.own.mk>
-.if ${MK_BSD_SORT} != "yes"
+.if ${MK_GNU_SORT} == "yes"
PROG= sort
.else
PROG= gnusort