summaryrefslogtreecommitdiff
path: root/textproc/mini-xml/files/patch-Makefile.in
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-07-25 11:24:16 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-07-25 11:24:16 +0000
commit9a8fd9da35ae67df2b5597a4bac9ed23b24f271e (patch)
tree49cab47ada04e5e3028a14bc4eefba2d0539a482 /textproc/mini-xml/files/patch-Makefile.in
parentUpdate my email address to my new @FreeBSD.org addy (diff)
Remove textproc/mini-xml as it is outdated and a duplicate of textproc/mxml.
Technically, textproc/mini-xml was added to the tree first but it has been outdated for a while now. PR: ports/148775 Submitted by: Bapt <baptiste.daroussin@gmail.com>
Diffstat (limited to 'textproc/mini-xml/files/patch-Makefile.in')
-rw-r--r--textproc/mini-xml/files/patch-Makefile.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/textproc/mini-xml/files/patch-Makefile.in b/textproc/mini-xml/files/patch-Makefile.in
deleted file mode 100644
index ce7980e063f2..000000000000
--- a/textproc/mini-xml/files/patch-Makefile.in
+++ /dev/null
@@ -1,33 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -133,12 +133,12 @@
- done
- $(INSTALL_DIR) $(BUILDROOT)$(includedir)
- $(INSTALL_DATA) mxml.h $(BUILDROOT)$(includedir)
-- $(INSTALL_DIR) $(BUILDROOT)$(libdir)/pkgconfig
-- $(INSTALL_DATA) mxml.pc $(BUILDROOT)$(libdir)/pkgconfig
-- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/cat1
-- $(INSTALL_MAN) doc/mxmldoc.$(CAT1EXT) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
-- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/cat3
-- $(INSTALL_MAN) doc/mxml.$(CAT3EXT) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
-+ $(INSTALL_DIR) $(BUILDROOT)$(prefix)/libdata/pkgconfig
-+ $(INSTALL_DATA) mxml.pc $(BUILDROOT)$(prefix)/libdata/pkgconfig
-+ -$(MKDIR) -p $(BUILDROOT)$(mandir)/cat1
-+ $(CP) doc/mxmldoc.$(CAT1EXT) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
-+ -$(MKDIR) -p $(BUILDROOT)$(mandir)/cat3
-+ $(CP) doc/mxml.$(CAT3EXT) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man1
- $(INSTALL_MAN) doc/mxmldoc.man $(BUILDROOT)$(mandir)/man1/mxmldoc.$(MAN1EXT)
- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man3
-@@ -177,7 +177,7 @@
- $(RM) $(BUILDROOT)$(bindir)/mxmldoc
- $(RM) -r $(BUILDROOT)$(docdir)
- $(RM) $(BUILDROOT)$(includedir)/mxml.h
-- $(RM) $(BUILDROOT)$(libdir)/pkgconfig/mxml.pc
-+ $(RM) $(BUILDROOT)$(prefix)/libdata/pkgconfig/mxml.pc
- $(RM) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
- $(RM) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
- $(RM) $(BUILDROOT)$(mandir)/man1/mxmldoc.$(MAN1EXT)