From fced101cd5268af1a423b3e8d72e5dce3118812a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Mon, 11 Mar 2024 09:36:04 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3