"Greg A. Woods" <[email protected]> 4 July 2020, 23:58:24:
> # use pkgtools/autoswc to cache some autoconf results > # > .sinclude "/usr/pkg/share/autoswc/autoswc.mk" Hello, after your letter I went to look what autoswc is. Its Makefile hardcodes CACHEDIR and MKCONF to root paths, /var/db/autoswc and /etc/mk.conf. What is the reason they're set this way and not to VARBASE/db/autoswc and LOCALBASE/etc? Would it be possible to pull in paths from mk.conf and cache autoconf results as an unprivileged pkgsrc user?
