aboutsummaryrefslogtreecommitdiffstats
path: root/mk/Variables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/Variables.mk')
-rw-r--r--mk/Variables.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/Variables.mk b/mk/Variables.mk
index d1c7c5f..88844b4 100644
--- a/mk/Variables.mk
+++ b/mk/Variables.mk
@@ -6,8 +6,11 @@ DESTDIR =
srcdir ?= .
prefix ?= /usr/local
bindir = $(DESTDIR)$(prefix)/bin
-mandir = $(DESTDIR)$(prefix)/share/man
-locdir = $(DESTDIR)$(prefix)/share/locale
+libdir = $(DESTDIR)$(prefix)/$(LIB)
+shrdir = $(DESTDIR)$(prefix)/share
+mandir = $(shrdir)/man
+locdir = $(shrdir)/locale
+appdir = $(shrdir)/applications
# package + version
empty :=