Fix installation path substitution pattern for Makefile inreplace.
The pattern was '/usr/local/' but the Makefile only contains '/usr/local',
thus the pattern never matched and the non-superuser installation failed with:
cp figlet chkfont figlist showfigfonts /usr/local/bin
cp: /usr/local/bin/figlet: Permission denied
cp: /usr/local/bin/chkfont: Permission denied
cp: /usr/local/bin/figlist: Permission denied
cp: /usr/local/bin/showfigfonts: Permission denied
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews