Subject: CVS commit: pkgsrc
From: Johnny C. Lam
Date: 2005-07-18 04:33:27
Message id: 20050718023327.D2B742DA27@cvs.netbsd.org

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".

Files:
RevisionActionfile
1.27modifypkgsrc/games/falcons-eye/Makefile
1.55modifypkgsrc/x11/qt3-libs/Makefile.common