Eliminate "DESTDIR", "prefix" variable should be sufficient.
--- a/Makefile Thu Mar 24 01:26:30 2016 +0200
+++ b/Makefile Sun Mar 27 15:46:48 2016 +0300
@@ -12,7 +12,6 @@
#
# SF_USER SourceForge user name.
# prefix Prefix to install path.
-# DESTDIR Prefix to 'prefix' variable value.
################################################################
# Standard GNU Makefile settings.
@@ -122,7 +121,7 @@
prefix = $(HOME)/usr
endif
endif
-datarootdir := $(DESTDIR)$(prefix)/share
+datarootdir := $(prefix)/share
datadir = $(datarootdir)/dictd
################################################################