From 867e8752f3264c906de00caddb7632bc7bb7506a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 4 Jan 2025 19:35:30 +0800 Subject: [PATCH] Update MANDIR for FreeBSD FreeBSD uses share/man/ rather than man/ now. Reference: https://cgit.freebsd.org/ports/tree/devel/xxhash/Makefile#n17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b7b8fff..a93a370c 100644 --- a/Makefile +++ b/Makefile @@ -565,7 +565,7 @@ else PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig endif -ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS)) +ifneq (,$(filter $(UNAME),OpenBSD NetBSD DragonFly SunOS)) MANDIR ?= $(PREFIX)/man/man1 else MANDIR ?= $(man1dir)