--- figlet221/Makefile.orig Sat Jul 13 12:24:16 2002 +++ figlet221/Makefile Mon Feb 24 22:20:00 2003 @@ -12,16 +12,16 @@ # for changing this is if sh is not in the same place. SHELL = /bin/sh CC = gcc -CFLAGS = -g +CFLAGS= $(OPTFLAGS) # Where the executables should be put -DESTDIR = /usr/local/bin +DESTDIR = /usr/bin # Where the man page should be put -MANDIR = /usr/local/man/man6 +MANDIR = /usr/share/man/man6 # Where figlet will search first for fonts (the ".flf" files). -DEFAULTFONTDIR = /usr/local/share/figlet +DEFAULTFONTDIR = /usr/share/figlet # Use this definition if you can't put things in /usr/local/share/figlet DEFAULTFONTDIR = fonts