Merge pull request #898 from arrowd/patch-1

Install manpages to share/man on FreeBSD
This commit is contained in:
Matt Rose 2024-03-25 20:32:44 -04:00 committed by GitHub
commit bad3bda058
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'