summaryrefslogtreecommitdiff
path: root/www/wml/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/wml/files/patch-Makefile.in')
-rw-r--r--www/wml/files/patch-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/wml/files/patch-Makefile.in b/www/wml/files/patch-Makefile.in
new file mode 100644
index 000000000000..e37699a45b70
--- /dev/null
+++ b/www/wml/files/patch-Makefile.in
@@ -0,0 +1,16 @@
+--- Makefile.in.orig 2014-03-28 22:46:48.828302019 +0000
++++ Makefile.in 2014-03-28 22:50:35.004285184 +0000
+@@ -25,10 +25,10 @@
+
+ prefix = @prefix@
+ exec_prefix = $(prefix)
+-bindir = $(prefix)/bin
++bindir = $(DESTDIR)$(prefix)/bin
+ libsubdir = @libsubdir@
+-libdir = $(prefix)/lib$(libsubdir)
+-mandir = $(prefix)/man
++libdir = $(DESTDIR)$(prefix)/lib$(libsubdir)
++mandir = $(DESTDIR)$(prefix)/man
+ catdir = @catdir@
+ tmpdir = @tmpdir@
+