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:
Baptiste Daroussin 2015-07-08 22:24:55 +00:00
parent 06d1ada870
commit f9b9c07087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285295

View File

@ -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};