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.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user