Description: allow override of the PREFIX
Author: Mattia Rizzolo <mattia@debian.org>
Last-Update 2015-12-23
Forwarded: no

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-PREFIX = /usr/local
+PREFIX ?= /usr/local
 
 BINDIR = $(PREFIX)/bin
 MANDIR = $(PREFIX)/man
