summaryrefslogtreecommitdiff
path: root/mk/tools/tools.GNUkFreeBSD.mk
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2014-03-06 07:34:20 +0000
committeruebayasi <uebayasi@pkgsrc.org>2014-03-06 07:34:20 +0000
commit42abec20b44cace27e71f08f135f2c61b14aeeab (patch)
tree65007ae78caf90262de8286f27722eea17ceba03 /mk/tools/tools.GNUkFreeBSD.mk
parent56528ad20a2709a77ebf61c69bc6d5acae88addd (diff)
downloadpkgsrc-42abec20b44cace27e71f08f135f2c61b14aeeab.tar.gz
Provide uniq(1) as a TOOLS.
Diffstat (limited to 'mk/tools/tools.GNUkFreeBSD.mk')
-rw-r--r--mk/tools/tools.GNUkFreeBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.GNUkFreeBSD.mk b/mk/tools/tools.GNUkFreeBSD.mk
index 99ebd9ee962..d416a74765d 100644
--- a/mk/tools/tools.GNUkFreeBSD.mk
+++ b/mk/tools/tools.GNUkFreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.GNUkFreeBSD.mk,v 1.2 2013/11/06 13:12:50 obache Exp $
+# $NetBSD: tools.GNUkFreeBSD.mk,v 1.3 2014/03/06 07:34:20 uebayasi Exp $
#
# System-supplied tools for the Debian GNU/kFreeBSD operating system.
@@ -81,6 +81,7 @@ TOOLS_PLATFORM.touch?= /usr/bin/touch
TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= true # shell builtin
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
+TOOLS_PLATFORM.uniq?= /usr/bin/uniq
TOOLS_PLATFORM.wc?= /usr/bin/wc
TOOLS_PLATFORM.xargs?= /usr/bin/xargs -r
TOOLS_PLATFORM.xz?= /usr/bin/xz