summaryrefslogtreecommitdiff
path: root/dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch')
-rw-r--r--dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch b/dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch
deleted file mode 100644
index a37a8fd56a90..000000000000
--- a/dev-libs/mxml/files/mxml-4.0.2-rename-man-page.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -219,7 +219,7 @@
- $(INSTALL_DATA) mxml4.pc $(BUILDROOT)$(libdir)/pkgconfig/$(MXML_PC)
- echo Installing man pages in $(BUILDROOT)$(mandir)...
- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man3
-- $(INSTALL_MAN) doc/mxml.3 $(BUILDROOT)$(mandir)/man3/mxml.3
-+ $(INSTALL_MAN) doc/mxml.3 $(BUILDROOT)$(mandir)/man3/mxml4.3
-
- install-libmxml.a: libmxml.a
- echo Installing libmxml.a to $(BUILDROOT)$(libdir)...
-@@ -276,7 +276,7 @@
- echo Uninstalling pkgconfig files from $(BUILDROOT)$(libdir)/pkgconfig...
- $(RM) $(BUILDROOT)$(libdir)/pkgconfig/mxml.pc
- echo Uninstalling man pages from $(BUILDROOT)$(mandir)...
-- $(RM) $(BUILDROOT)$(mandir)/man3/mxml.3
-+ $(RM) $(BUILDROOT)$(mandir)/man3/mxml4.3
-
- uninstall-libmxml.a:
- echo Uninstalling libmxml.a from $(BUILDROOT)$(libdir)...