We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example: here https://github.com/pgManage/pgManage/blob/master/src/Makefile.in#L85
The text was updated successfully, but these errors were encountered:
So, would $(DESTDIR) replace @prefix@/etc/$(BINARY)/?
$(DESTDIR)
@prefix@/etc/$(BINARY)/
So that, say, pgmanage.conf would end up $(DESTDIR)/pgmanage.conf?
pgmanage.conf
$(DESTDIR)/pgmanage.conf
Sorry, something went wrong.
No, $(DESTDIR) should be used as an overall prefix, so that it is installed into $(DESTDIR)$(PREFIX).
$(DESTDIR)$(PREFIX)
499af93
Could you please also make a release so that it will be easier for me to create a FreeBSD port?
I would appreciate it!
I will work on a release, expect it later this afternoon (US CST).
Thanks!
nunziotocci
No branches or pull requests
For example: here https://github.com/pgManage/pgManage/blob/master/src/Makefile.in#L85
The text was updated successfully, but these errors were encountered: