diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-10 22:09:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-10 22:09:33 +0000 |
commit | 1910523b38606e5702820cd90ddb7a38a7a1a833 (patch) | |
tree | 5dc350ce03198ce2b6882e666a8a33be932cd4da /gnu/usr.bin/perl | |
parent | ad9b380ae2b167c0ab3be5c34194a4deecd886dd (diff) |
Ignore PSALL if NOMAN is set; noticed by jmc@
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 953edbbd2d6..60913ff651e 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.59 2003/12/03 03:08:09 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.60 2003/12/10 22:09:32 millert Exp $ # # Build wrapper for Perl 5.8.2 # @@ -495,9 +495,9 @@ MANALL= warnings::register 3p lib/warnings/register.pm . ifndef NOMAN MANALL+= ${page}.cat${sect} -. endif -. if MANPS +. ifdef MANPS PSALL+= ${page}.ps${sect} +. endif . endif ${page}.cat${sect}: ${file} ${POD2MAN} --section=${sect} --official ${.ALLSRC}|\ |