--- Makefile.orig	Sat Jul 13 03:24:16 2002
+++ Makefile	Mon Oct  7 11:10:48 2002
@@ -13,15 +13,15 @@
 SHELL = /bin/sh
-CC = gcc
-CFLAGS = -g
+#CC = gcc
+#CFLAGS = -g
 
 # Where the executables should be put
-DESTDIR = /usr/local/bin
+DESTDIR = $(PREFIX)/bin
 
 # Where the man page should be put
-MANDIR = /usr/local/man/man6
+MANDIR = $(PREFIX)/man/man6
 
 # Where figlet will search first for fonts (the ".flf" files).
-DEFAULTFONTDIR = /usr/local/share/figlet
+DEFAULTFONTDIR = $(PREFIX)/share/figlet
 # Use this definition if you can't put things in /usr/local/share/figlet
-DEFAULTFONTDIR = fonts
+#DEFAULTFONTDIR = fonts
 
