Fix typo which breaks build of manpages when WITHOUT_MANCOMPRESS is set
PR: 201153 Reported by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
3349769343
commit
0a2ce6ccaa
@ -186,7 +186,7 @@ _maninstall: ${MAN}
|
||||
.endif
|
||||
.endfor
|
||||
.else
|
||||
.for _page _sect ${.ALLSRC:C/\.([^.]*)$/.\1 \1/}
|
||||
.for _page _sect in ${.ALLSRC:C/\.([^.]*)$/.\1 \1/}
|
||||
@d=${DESTDIR}${MANDIR}${_sect}${MANSUBDIR}; \
|
||||
${ECHO} ${MINSTALL} ${_page} $${d}; \
|
||||
${MINSTALL} $${page} $${d};
|
||||
|
Loading…
Reference in New Issue
Block a user