diff options
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper1')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index e56faea962b..646b47d1307 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -803,13 +803,13 @@ MANSRC_COOKIE= . endif ${page}.${sect}: ${file} - ${POD2MAN} --section=${sect} --official ${.ALLSRC} $@ + ${POD2MAN} --stderr --section=${sect} --official ${.ALLSRC} $@ .endfor mansrc.build: .for sect in 1 3p . if !empty(_quick${sect}) - cd ${.OBJDIR} && ${POD2MAN} --section=${sect} --official ${_quick${sect}} + cd ${.OBJDIR} && ${POD2MAN} --stderr --section=${sect} --official ${_quick${sect}} . endif .endfor |