Skip to content

Commit

Permalink
Merge pull request #994 from sunpoet/dev
Browse files Browse the repository at this point in the history
Update MANDIR for FreeBSD
  • Loading branch information
Cyan4973 authored Jan 5, 2025
2 parents 1ac318b + 867e875 commit 36cd8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ else
PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig
endif

ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS))
ifneq (,$(filter $(UNAME),OpenBSD NetBSD DragonFly SunOS))
MANDIR ?= $(PREFIX)/man/man1
else
MANDIR ?= $(man1dir)
Expand Down

0 comments on commit 36cd8bf

Please sign in to comment.