summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-08-02 13:49:01 +0200
committerLaslo Hunhold <dev@frign.de>2017-08-02 13:49:01 +0200
commitc6d036bf168f1c196f803fc46a65ad8f4c07c81c (patch)
tree10a1b02f729f788c5916637b2aefe6982eb3650f
parentbb8c945c0481123fc4082aa1cbd4f23efa683033 (diff)
config.mk: small style change
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 67d5448..e12fb65 100644
--- a/config.mk
+++ b/config.mk
@@ -5,7 +5,7 @@ VERSION = 3
# paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANPREFIX = $(PREFIX)/man
# flags
CPPFLAGS = -D_DEFAULT_SOURCE