diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-25 18:09:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-25 18:09:58 +0000 |
commit | 66b082de2f4407609cbd8de7daaa55e94280f8cb (patch) | |
tree | bc8a67b530b7f7c0836ea63efe8897c4db6da01e /gnu | |
parent | 100057f51b9597206f6040945fad8d08c4d66873 (diff) |
man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,
or it attempts to ln them before they exist....
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 7 | ||||
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 6d65ce24606..6c672e82721 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.72 2007/11/24 16:03:37 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.73 2007/11/25 18:09:57 deraadt Exp $ # # Build wrapper for Perl 5.8.6 # @@ -45,11 +45,6 @@ CPPFLAGS+= -DPERL_CORE -DPERL_RANDOM_DEVICE=\"/dev/arandom\" -I. STRIPFLAGS='-s' .endif -MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ - Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p \ - File::Basename.3p dirname.3p File::Basename.3p basename.3p \ - File::Basename.3p fileparse.3p - GEN_AFTER= config.h cflags makeaperl makedepend makedir \ myconfig writemain Makefile Policy.sh pod/Makefile \ x2p/Makefile x2p/cflags diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 508e80f8ba8..c36fa6c60dc 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -13,6 +13,11 @@ POD2MAN= LD_LIBRARY_PATH=${.OBJDIR} ${.OBJDIR}/perl -I ${.OBJDIR}/lib \ MANLOCALBUILD= yes +MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ + Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p \ + File::Basename.3p dirname.3p File::Basename.3p basename.3p \ + File::Basename.3p fileparse.3p + MANALL= _quick1= _quick3p= |