Searched hist:c22afe52f44e4098924cf1c2dc9d6678fe21a014 (Results 1 – 1 of 1) sorted by relevance
/freebsd/share/mk/ |
H A D | bsd.man.mk | diff c22afe52f44e4098924cf1c2dc9d6678fe21a014 Fri Oct 23 00:29:25 CEST 2015 Bryan Drewery <bdrewery@FreeBSD.org> Fix installation of manpages with WITHOUT_COMPRESS broken since r284685.
This partially reverts r284685. An attempt was made in r285295 to fix this but was not enough. There were still $${} vars in the code that should have been using the ${_page} and ${_sect} vars, but the bigger problem was that .for cannot be used on .ALLSRC as it is not defined when the .for is evaluated.
Using ${MAN} here in a .for loop doesn't work either as the paths are not expanded right for lib/libc/ subdirs despite having a .PATH set for all of them.
Add some comments around long .else and .endif as well.
Sponsored by: EMC / Isilon Storage Division
|