From: Cyril Lacoux <clacoux@easter-eggs.com>
Subject: Change installation prefix from /usr/local to /usr
diff -urNad trunk/Makefile /tmp/dpep.dxhCkY/trunk/Makefile
--- trunk/Makefile 2006-04-05 21:00:59.000000000 +0200
+++ /tmp/dpep.dxhCkY/trunk/Makefile 2006-05-19 14:37:27.000000000 +0200
@@ -1,5 +1,5 @@
# Edit the line(s) below to change installation directory.
-PREFIX = $(DESTDIR)/usr/local
+PREFIX = $(DESTDIR)/usr
SBINDIR = $(PREFIX)/sbin
# Users should not need to edit anything below this line.