summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-04 17:58:11 -0400
committerJune McEnroe <june@causal.agency>2019-05-04 17:58:11 -0400
commit7f312726e016fbfcd0725c5b9feb625503ec5f67 (patch)
tree49b47be18437b219ef0487ebb46647b1d36633f9 /bin/Makefile
parentMove relay to bin (diff)
downloadsrc-7f312726e016fbfcd0725c5b9feb625503ec5f67.tar.gz
src-7f312726e016fbfcd0725c5b9feb625503ec5f67.zip
Fix MANDIR typo
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 528a70b2..48cfb184 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -2,7 +2,7 @@ GFX = cocoa
 LIBRESSL_PREFIX = /usr/local
 
 PREFIX = ~/.local
-MANIDR = $(PREFIX)/share/man
+MANDIR = $(PREFIX)/share/man
 
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lm -lutil -lz