diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-19 14:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-19 14:21:18 +0000 |
commit | f4ecc6bd31a2ca04e187cc7287d0056344f55155 (patch) | |
tree | 3417d7626097585fc27160a975fa64330bddc048 /mk/tools/tools.OpenBSD.mk | |
parent | 09e0422cc3ae5f364499d2bb75da82fdfe7fb22f (diff) | |
download | pkgsrc-f4ecc6bd31a2ca04e187cc7287d0056344f55155.tar.gz |
Add ident as tool and use /usr/bin/ident on those platforms I know to
have it. Fallback to devel/rcs otherwise.
Commited during freeze as it is a dependency of pbulk.
Diffstat (limited to 'mk/tools/tools.OpenBSD.mk')
-rw-r--r-- | mk/tools/tools.OpenBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.OpenBSD.mk b/mk/tools/tools.OpenBSD.mk index 98f2af4dd5e..9c5967b556d 100644 --- a/mk/tools/tools.OpenBSD.mk +++ b/mk/tools/tools.OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.OpenBSD.mk,v 1.27 2007/04/13 06:56:20 hiramatsu Exp $ +# $NetBSD: tools.OpenBSD.mk,v 1.28 2007/06/19 14:21:19 joerg Exp $ # # System-supplied tools for the OpenBSD operating system. @@ -42,6 +42,7 @@ TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP} TOOLS_PLATFORM.head?= /usr/bin/head TOOLS_PLATFORM.hostname?= /bin/hostname TOOLS_PLATFORM.id?= /usr/bin/id +TOOLS_PLATFORM.ident?= /usr/bin/ident TOOLS_PLATFORM.install?= /usr/bin/install .if exists(/usr/bin/install-info) TOOLS_PLATFORM.install-info?= /usr/bin/install-info |