svn commit: r303618 - head/Mk
Mark Linimon
linimon at FreeBSD.org
Mon Sep 3 20:42:36 UTC 2012
Author: linimon
Date: Mon Sep 3 20:42:35 2012
New Revision: 303618
URL: http://svn.freebsd.org/changeset/ports/303618
Log:
Add JOT command.
PR: ports/159725
Submitted by: crees
Modified:
head/Mk/bsd.commands.mk
Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk Mon Sep 3 20:32:26 2012 (r303617)
+++ head/Mk/bsd.commands.mk Mon Sep 3 20:42:35 2012 (r303618)
@@ -52,6 +52,7 @@ GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
ID?= /usr/bin/id
IDENT?= /usr/bin/ident
+JOT?= /usr/bin/jot
LDCONFIG?= /sbin/ldconfig
LN?= /bin/ln
LS?= /bin/ls
More information about the svn-ports-head
mailing list