mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
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:
parent
1548bfc349
commit
0fd521048d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user