summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-01-14 01:15:51 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-01-14 01:32:09 -0500
commit4929eb7a122bb8d6479d8f603a38ac16ffbc8f51 (patch)
tree4f7efce6d93c5a66ddf3670ecc596144a688a7c2 /net-dns/updatedd/files
parentnet-dns/updatedd: new revision fixing the DYNDNSHOST for OVH. (diff)
downloadgentoo-4929eb7a122bb8d6479d8f603a38ac16ffbc8f51.tar.gz
gentoo-4929eb7a122bb8d6479d8f603a38ac16ffbc8f51.tar.bz2
gentoo-4929eb7a122bb8d6479d8f603a38ac16ffbc8f51.zip
net-dns/updatedd: add another patch to respect --docdir.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-dns/updatedd/files')
-rw-r--r--net-dns/updatedd/files/respect-docdir.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-dns/updatedd/files/respect-docdir.patch b/net-dns/updatedd/files/respect-docdir.patch
new file mode 100644
index 000000000000..504220a4eb8f
--- /dev/null
+++ b/net-dns/updatedd/files/respect-docdir.patch
@@ -0,0 +1,33 @@
+From 8e484c4b0ceac8e7c37492fdf5e5b89f18451277 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky <michael@orlitzky.com>
+Date: Sat, 14 Jan 2017 01:06:48 -0500
+Subject: [PATCH 1/1] Use the autotools "docdir" in Documentation/Makefile.in.
+
+---
+ Documentation/Makefile.in | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
+index 8c87281..c213c09 100644
+--- a/Documentation/Makefile.in
++++ b/Documentation/Makefile.in
+@@ -325,12 +325,12 @@ uninstall-am: uninstall-info-am uninstall-local
+
+
+ install-data-local:
+- $(INSTALL) -d $(DESTDIR)$(datadir)/doc/updatedd
+- $(INSTALL) $(srcdir)/updatedd-*.pdf $(DESTDIR)$(datadir)/doc/updatedd
+- $(INSTALL) $(srcdir)/updatedd-pppd-rc $(DESTDIR)$(datadir)/doc/updatedd
++ $(INSTALL) -d $(DESTDIR)$(docdir)
++ $(INSTALL) $(srcdir)/updatedd-*.pdf $(DESTDIR)$(docdir)
++ $(INSTALL) $(srcdir)/updatedd-pppd-rc $(DESTDIR)$(docdir)
+
+ uninstall-local:
+- $(RM) -r $(DESTDIR)$(datadir)/doc/updatedd
++ $(RM) -r $(DESTDIR)$(docdir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+--
+2.10.2
+