Install manpages to share/man on FreeBSD

This commit is contained in:
Gleb Popov 2024-03-25 22:22:57 +03:00 committed by GitHub
parent 3c0abdf6d6
commit 4062cddb1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class InstallData(install_data):
return data_files
if platform.system() in ['FreeBSD', 'OpenBSD']:
if platform.system() in ['OpenBSD']:
man_dir = 'man'
else:
man_dir = 'share/man'