Closed ismaell closed 2 years ago
hm, this is a breaking change. Can you initialize prefix
with PREFIX
? Also whatever is defined in Make.user
will be overridden, right?
Can you initialize
prefix
withPREFIX
?
done.
Also whatever is defined in
Make.user
will be overridden, right?
yes, if you want contents of Make.user
to take precedence, I can just move it after the variables (using ?=
instead is a little bit dangerous, IMHO). Then the order would be: arguments, Make.user
, Makefile
.
Ping.
Thanks.
BTW, this is required by pkgsrc and other buildsystems to install without hacks. See:
https://mail-index.netbsd.org/tech-pkg/2022/03/22/msg026097.html. Now it's possible to specify: mandir=${PKGMANDIR}
to get manpages correctly installed.
So I'm hoping you make a release including this soon :).
Would you consider a GNU-style configure
script to produce Make.user
?
It's in 3.0.4 and 3.1.1 :) I was hoping to keep things very simple, so there must be a compelling reason to want a configure script
It's in 3.0.4 and 3.1.1 :) I was hoping to keep things very simple, so there must be a compelling reason to want a configure script
No, you included PR #75 but not this one.
Hey! I'm waiting for this to be included in a release, in order to fix the pkgsrc port and a few others.
Ping. So, the pkgsrc
package is still waiting for this to be included in a release...
Also, allow overriding the manual pages directory.