diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-25 11:24:16 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-25 11:24:16 +0000 |
| commit | 9a8fd9da35ae67df2b5597a4bac9ed23b24f271e (patch) | |
| tree | 49cab47ada04e5e3028a14bc4eefba2d0539a482 /textproc/mini-xml/files | |
| parent | Update 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')
| -rw-r--r-- | textproc/mini-xml/files/patch-Makefile.in | 33 | ||||
| -rw-r--r-- | textproc/mini-xml/files/patch-configure | 16 |
2 files changed, 0 insertions, 49 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) diff --git a/textproc/mini-xml/files/patch-configure b/textproc/mini-xml/files/patch-configure deleted file mode 100644 index 17569fc01323..000000000000 --- a/textproc/mini-xml/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Fri May 21 05:10:33 2004 -+++ configure Sat May 29 15:23:32 2004 -@@ -3028,13 +3028,6 @@ - fi - - case "$uname" in -- *BSD* | Darwin*) -- # *BSD -- CAT1EXT="0" -- MAN1EXT="1" -- CAT3EXT="0" -- MAN3EXT="3" -- ;; - *) - # All others - CAT1EXT="1" |
