Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/18/2005 02:33:27
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Jul 18 02:33:27 UTC 2005

Modified Files:
	pkgsrc/games/falcons-eye: Makefile
	pkgsrc/mk/tools: replace.mk
	pkgsrc/x11/qt3-libs: Makefile.common

Log Message:
Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command
line (path and arguments) needed to run the real tool.

Modify TOOLS_<TOOL> to hold only the path to the real tool.

Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use
TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/games/falcons-eye/Makefile
cvs rdiff -r1.116 -r1.117 pkgsrc/mk/tools/replace.mk
cvs rdiff -r1.54 -r1.55 pkgsrc/x11/qt3-libs/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.