diff options
Diffstat (limited to 'dev-libs/log4c/files/makefile.doc.am.patch')
-rw-r--r-- | dev-libs/log4c/files/makefile.doc.am.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/log4c/files/makefile.doc.am.patch b/dev-libs/log4c/files/makefile.doc.am.patch deleted file mode 100644 index e6b1069388f0..000000000000 --- a/dev-libs/log4c/files/makefile.doc.am.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig 2004-08-12 17:37:15.800069288 +0930 -+++ doc/Makefile.am 2004-08-12 17:37:33.802332528 +0930 -@@ -30,7 +30,7 @@ - echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \ - done -- cp -r html $(docdir) -+ cp -r html $(DESTDIR)$(docdir) - - uninstall-local: - @for i in ./man/man3/*.3; do \ |