Author: Andreas Tille <tille@debian.org>
Last-Update: 2020-04-02
Description: Enable installation to different target location

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@ VERSION=2.5
 RELEASE=20190621
 
 CC  := gcc
+ifeq ($(BIN),)
 BIN := /usr/local/bin
+endif
 
 ifeq (0, ${MAKELEVEL})
 TIMESTAMP=$(shell date)
