Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements for BSD/macOS build #885

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexreg
Copy link

@alexreg alexreg commented Jan 21, 2023

  • There are no *.1 man pages, so it should not try to install them. (This produced an error for me.)
  • It seems that Makefile.unix-install does the same job as the install target in Makefile.FreeBSD, and it is much more configurable, so it makes sense just to remove the FreeBSD-specific one in favour of the generic Unix one.

@alexreg alexreg changed the title * There are no *.1 man pages, so don't try to install them. * It seems that Makefile.unix-install does the same job as the install target in Makefile.FreeBSD, and it is much more configurable, so it makes sense just to remove the FreeBSD-specific one in favour of the generic Unix one. Improvements for BSD/macOS build Jan 21, 2023
This was causing an error on macOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant