diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index fe959e4ab71..e849e1691c3 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.47 2002/04/21 22:46:33 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.48 2002/04/30 18:38:58 espie Exp $ # # Build wrapper for Perl 5.6.1 # @@ -327,7 +327,7 @@ ${page}.cat${sect}: ${file} ${NROFF} -man >${.TARGET} ${page}.ps${sect}: ${file} ${POD2MAN} --section=${sect} --official ${.ALLSRC}|\ - ${NROFF} -man -ps >${.TARGET} + ${NROFF} -man -Tps >${.TARGET} .endfor LIB= perl |