32 lines
982 B
Plaintext
32 lines
982 B
Plaintext
$NetBSD: patch-ae,v 1.2 2011/09/29 11:12:53 dholland Exp $
|
|
|
|
- Don't try to suppress building docs of the various subdirs by
|
|
clearing the man installation directories; it croaks with recent Perl.
|
|
Do it in the individual subdirs instead.
|
|
|
|
- Don't install File::PathConvert. (why?)
|
|
|
|
--- wml_common/Makefile.in.orig 2001-02-06 23:02:12.000000000 +0000
|
|
+++ wml_common/Makefile.in
|
|
@@ -27,11 +27,7 @@ mandir = $(prefix)/man
|
|
PATH_PERL = @PATH_PERL@
|
|
MM_INSTALL_OPTS = PREFIX=$(libdir)/perl \
|
|
INSTALLPRIVLIB=@INSTALLPRIVLIB@ \
|
|
- INSTALLARCHLIB=@INSTALLARCHLIB@ \
|
|
- INST_MAN1DIR= \
|
|
- INSTALLMAN1DIR= \
|
|
- INST_MAN3DIR= \
|
|
- INSTALLMAN3DIR=
|
|
+ INSTALLARCHLIB=@INSTALLARCHLIB@
|
|
PERL_OPTS = @PERL_OPTS@
|
|
|
|
INITVARS = \
|
|
@@ -46,7 +42,6 @@ INITVARS = \
|
|
|
|
SUBDIRS = \
|
|
bitvector \
|
|
- filepathconvert \
|
|
gd \
|
|
getoptlong \
|
|
htmlclean \
|