summaryrefslogtreecommitdiff
path: root/www/wml/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/wml/patches/patch-ae')
-rw-r--r--www/wml/patches/patch-ae39
1 files changed, 0 insertions, 39 deletions
diff --git a/www/wml/patches/patch-ae b/www/wml/patches/patch-ae
deleted file mode 100644
index ecec136c8e5..00000000000
--- a/www/wml/patches/patch-ae
+++ /dev/null
@@ -1,39 +0,0 @@
-$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 \