summaryrefslogtreecommitdiff
path: root/mk/tools/tools.FreeBSD.mk
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2014-03-06 07:34:20 +0000
committeruebayasi <uebayasi>2014-03-06 07:34:20 +0000
commit9457ede4df91ee122675bf244ac3124092c1cadb (patch)
tree65007ae78caf90262de8286f27722eea17ceba03 /mk/tools/tools.FreeBSD.mk
parent5eca45e351811394a18dfd900da1b34fdc52a935 (diff)
downloadpkgsrc-9457ede4df91ee122675bf244ac3124092c1cadb.tar.gz
Provide uniq(1) as a TOOLS.
Diffstat (limited to 'mk/tools/tools.FreeBSD.mk')
-rw-r--r--mk/tools/tools.FreeBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.FreeBSD.mk b/mk/tools/tools.FreeBSD.mk
index 56375702f64..9f8d84d8a1a 100644
--- a/mk/tools/tools.FreeBSD.mk
+++ b/mk/tools/tools.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.FreeBSD.mk,v 1.39 2013/12/13 07:04:09 obache Exp $
+# $NetBSD: tools.FreeBSD.mk,v 1.40 2014/03/06 07:34:20 uebayasi Exp $
#
# System-supplied tools for the FreeBSD operating system.
@@ -84,6 +84,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
.if exists(/usr/bin/unzip)
TOOLS_PLATFORM.unzip?= /usr/bin/unzip
.endif