--- Makefile.orig	2009-04-06 00:19:30.000000000 -0700
+++ Makefile	2009-04-06 00:27:20.000000000 -0700
@@ -11,19 +11,19 @@
 # Don't change this even if your shell is different. The only reason
 # for changing this is if sh is not in the same place.
 SHELL = /bin/sh
-CC = gcc
-CFLAGS = -g
+CC = __CC__
+CFLAGS = __CFLAGS__
 
 # Where the executables should be put
-DESTDIR = /usr/local/bin
+DESTDIR = $(DESTROOT)__PREFIX__/bin
 
 # Where the man page should be put
-MANDIR = /usr/local/man/man6
+MANDIR = $(DESTROOT)__PREFIX__/share/man/man6
 
 # Where figlet will search first for fonts (the ".flf" files).
-DEFAULTFONTDIR = /usr/local/share/figlet
+DEFAULTFONTDIR = $(DESTROOT)__PREFIX__/share/figlet
 # Use this definition if you can't put things in /usr/local/share/figlet
-DEFAULTFONTDIR = fonts
+#DEFAULTFONTDIR = fonts
 
 # The filename of the font to be used if no other is specified
 #   (standard.flf is recommended, but any other can be used).
