summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2024-03-11 09:36:04 +0100
committerPÁLI Gábor János <pali.gabor@gmail.com>2024-03-11 09:57:53 +0100
commitfced101cd5268af1a423b3e8d72e5dce3118812a (patch)
tree5132beffabe8e1d38027c0f631d07a00232b91c4
parentacb81bcdd3089959632d010df6e08e38b79e12ac (diff)
downloadfreebsd-wifibox-alpine-fced101cd5268af1a423b3e8d72e5dce3118812a.zip
Adjust the manual page directory for installation.
The FreeBSD Ports Collection is moving towards making the `share/man` as the default location for manual pages under the `LOCALBASE` [1]. Reflect the same here as well. Partially fixes wifibox#89 [2] [1] https://cgit.freebsd.org/ports/commit/?id=003a571d1d6585196545295efc181514f171c4c4 [2] https://github.com/pgj/freebsd-wifibox/issues/89
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82d3385..a444e56 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ETC_SRCS?=$(PWD)/etc/wpa_supplicant
ROOT=$(PREFIX)/share/wifibox
SHAREDIR=$(DESTDIR)$(ROOT)
ETCDIR=$(DESTDIR)$(PREFIX)/etc/wifibox
-MANDIR=$(DESTDIR)$(PREFIX)/man
+MANDIR=$(DESTDIR)$(PREFIX)/share/man
RUNDIR=$(DESTDIR)/var/run/wifibox
WORKDIR?=$(PWD)/work