Greetings!
The pkgsrc/mk/subst.mk file, line 59, contains hardcoded top level
directory, on which substitution is started:
cd ${WRKSRC};
This cause to imposibility of change files, for example, in FILESDIR
(at least it hard to use).
What, if we'll use "SUBSTDIR?=${WRKSRC}" and then "cd ${SUBSTDIR};"
instead?
--
Best regards,
Mishka