Skip to content

Commit

Permalink
Update MANDIR for FreeBSD
Browse files Browse the repository at this point in the history
share/man became a valid path for manpage since Jan 2020. And we
converted the whole ports tree to share/man around last March.
  • Loading branch information
sunpoet committed Jan 5, 2025
1 parent 1548bfc commit 0fd5210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fd5210

Please sign in to comment.