summaryrefslogtreecommitdiff
path: root/www/wml/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'www/wml/patches/patch-ai')
-rw-r--r--www/wml/patches/patch-ai15
1 files changed, 13 insertions, 2 deletions
diff --git a/www/wml/patches/patch-ai b/www/wml/patches/patch-ai
index 51b4cbaa9ce..b0978ae3ed5 100644
--- a/www/wml/patches/patch-ai
+++ b/www/wml/patches/patch-ai
@@ -1,9 +1,20 @@
-$NetBSD: patch-ai,v 1.1 2007/09/29 21:23:13 heinz Exp $
+$NetBSD: patch-ai,v 1.2 2017/08/19 00:27:01 jlam Exp $
DESTDIR support
---- wml_include/Makefile.in.orig 2002-10-18 22:48:56.000000000 +0200
+ Substitute for @mandir@ to install manpages under ${PKGMANDIR}.
+
+--- wml_include/Makefile.in.orig 2005-12-01 17:50:13.000000000 +0000
+++ wml_include/Makefile.in
+@@ -24,7 +24,7 @@ exec_prefix = $(prefix)
+ bindir = $(prefix)/bin
+ libsubdir = @libsubdir@
+ libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++mandir = @mandir@
+
+ INSTALLPRIVLIB = @INSTALLPRIVLIB@
+ INSTALLARCHLIB = @INSTALLARCHLIB@
@@ -69,15 +69,15 @@ install:
base=`echo $$file | sed -e 's/\.wml$$//g'`; \
dir=`echo $$file | sed -e 's/[a-zA-Z0-9_]*.wml$$//g'`; \