From 0fd521048d9304e2e06020bebcfb0b481261b2fc Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 5 Jan 2025 22:26:08 +0800 Subject: [PATCH] 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. --- programs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/Makefile b/programs/Makefile index 4d32e0fa8b2..f4af5e98134 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