--- Makefile.orig 2008-01-14 18:18:23.000000000 -0600
+++ Makefile 2008-01-14 18:20:47.000000000 -0600
# where to install the binary
+BINDIR = @DESTROOT@@PREFIX@/bin
# where to install the man page
-MANDIR = /usr/local/share/man/man1
+MANDIR = @DESTROOT@@PREFIX@/share/man/man1
# extension of the man page
# of work. Switching on optimization *does* change the output
# slightly, probably owing to slight differences in floating point
+CDEBUGFLAGS=@CFLAGS@ @CPPFLAGS@
# if your ppm libraries are not in a standard place, uncomment
# and change this. You may also need thing like -R, but if you're
# on that sort of system you probably know it!
-# LDLIBS = -L/usr/local/lib
BININSTALL = install -m 0555