diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-04-30 18:38:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-04-30 18:38:59 +0000 |
commit | cd17efefafaaaf6421009407f8b380feb7267091 (patch) | |
tree | 17f8878fdd50c475f303943294fd4f87887aedfb /gnu/usr.bin/perl | |
parent | 5c8e233746c72c8f2c4ed77279a297d69e45ff5f (diff) |
typo, from Denis Afonin.
Diffstat (limited to 'gnu/usr.bin/perl')
-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 |