$NetBSD: patch-ae,v 1.3 2017/08/19 00:27:01 jlam 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?) - Substitute for @mandir@ to install manpages under ${PKGMANDIR}. --- wml_common/Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000 +++ wml_common/Makefile.in @@ -22,16 +22,12 @@ exec_prefix = $(prefix) bindir = $(prefix)/bin libsubdir = @libsubdir@ libdir = $(prefix)/lib$(libsubdir) -mandir = $(prefix)/man +mandir = @mandir@ 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 \