Patch Makefile.in to support the debian build system.

Author: Chris Taylor <chris@code-monkeys.org>
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,14 +1,11 @@
 # audtty
-#
-# A fork of xmms-curses
 
-DESTDIR=
-# autoconf is dumb.
 prefix=${DESTDIR}
-exec_prefix=@prefix@
-bindir=@bindir@
-mandir=@prefix@/share/man/man1
-sysconfdir=@sysconfdir@
+exec_prefix=${DESTDIR}
+bindir=${DESTDIR}/usr/bin
+mandir=${DESTDIR}/usr/share/man/man1
+sysconfdir=${DESTDIR}/@sysconfdir@
+
 
 AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ -I/usr/include/dbus-1.0
 
