about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-14 23:38:50 -0500
committerJune McEnroe <june@causal.agency>2020-12-14 23:39:03 -0500
commit5d6544cd196cd01196e9fd6f93edcff8c14cce1f (patch)
treeb093e885205a3fdaa0f1bed4c1b0ffe3f109a4fa /Makefile
parentFree threads and envelopes after concat (diff)
downloadbubger-5d6544cd196cd01196e9fd6f93edcff8c14cce1f.tar.gz
bubger-5d6544cd196cd01196e9fd6f93edcff8c14cce1f.zip
Fix MANDIR default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 595737f..b8f6177 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PREFIX ?= /usr/local
-MANDIR ?= ${SHAREDIR}/man
+MANDIR ?= ${PREFIX}/share/man
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 LDLIBS = -ltls