Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2005 18:42:59
Module Name: pkgsrc
Committed By: jlam
Date: Tue May 10 18:42:59 UTC 2005
Modified Files:
pkgsrc/mk/tools: bsd.tools.mk
Log Message:
TOOLS_ALIASES.<tool> can be set to the list of names that should also be
created under ${TOOLS_DIR} that invoke <tool>, e.g.
TOOLS_ALIASES.gawk= awk
The example above causes the "gawk" tool to be added to ${TOOLS_DIR} as
both "gawk" and "awk".
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/mk/tools/bsd.tools.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.