By not always appending "/usr" to the path, it enables install into /usr/local and better integration with tools like stow.
@@ -1,4 +1,6 @@
-PREFIX=$(DESTDIR)/usr
+ifeq ($(PREFIX),)
+ PREFIX := /usr
+endif
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man/man1