From: Po-Chuan Hsieh Date: Sun, 5 Jan 2025 14:26:08 +0000 (+0800) Subject: Update MANDIR for FreeBSD X-Git-Tag: v1.5.7^2~42^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4231%2Fhead;p=thirdparty%2Fzstd.git Update MANDIR for FreeBSD share/man became a valid path for manpage since Jan 2020. And we converted the whole ports tree to share/man around last March. --- diff --git a/programs/Makefile b/programs/Makefile index 4d32e0fa8..f4af5e981 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -388,7 +388,7 @@ datarootdir ?= $(PREFIX)/share mandir ?= $(datarootdir)/man man1dir ?= $(mandir)/man1 -ifneq (,$(filter OpenBSD FreeBSD NetBSD DragonFly SunOS,$(UNAME))) +ifneq (,$(filter OpenBSD NetBSD DragonFly SunOS,$(UNAME))) MANDIR ?= $(PREFIX)/man MAN1DIR ?= $(MANDIR)/man1 else