# HG changeset patch # User Oleksandr Gavenko # Date 1459082808 -10800 # Node ID d98d8f8cdef97eb07b02d61149f1b23261688016 # Parent 1616fc7c1f096689d80b23729f00fb5bf7d79e04 Eliminate "DESTDIR", "prefix" variable should be sufficient. diff -r 1616fc7c1f09 -r d98d8f8cdef9 Makefile --- 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 ################################################################