From e9e5825b142d25d366ff7086e60e3398ec6efe47 Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 8 Dec 1999 03:08:19 +0000 Subject: [PATCH] split out patch so that each patch only patches ONE file --- devel/gettext/patches/patch-aa | 13 +++++++++++++ devel/gettext/patches/patch-ad | 17 ++--------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 devel/gettext/patches/patch-aa diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa new file mode 100644 index 00000000000..c93a74a76b5 --- /dev/null +++ b/devel/gettext/patches/patch-aa @@ -0,0 +1,13 @@ +--- misc/Makefile.in.orig Fri May 1 02:47:40 1998 ++++ misc/Makefile.in Tue Dec 7 21:58:58 1999 +@@ -164,10 +164,8 @@ + @list='$(lisp_LISP)'; for p in $$list; do \ + if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ + echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ +- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ + if test -f $${p}c; then \ + echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ +- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ + else : ; fi; \ + done + diff --git a/devel/gettext/patches/patch-ad b/devel/gettext/patches/patch-ad index 3a0c6f4c39f..10f22b9e0f3 100644 --- a/devel/gettext/patches/patch-ad +++ b/devel/gettext/patches/patch-ad @@ -1,18 +1,5 @@ ---- misc/Makefile.in.orig Fri May 1 14:47:40 1998 -+++ misc/Makefile.in Thu Dec 3 20:11:52 1998 -@@ -164,10 +164,8 @@ - @list='$(lisp_LISP)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ - if test -f $${p}c; then \ - echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ -- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ - else : ; fi; \ - done - ---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998 -+++ doc/Makefile.in Thu Dec 3 20:12:51 1998 +--- doc/Makefile.in.orig Fri May 1 02:47:15 1998 ++++ doc/Makefile.in Tue Dec 7 21:58:58 1999 @@ -79,7 +79,7 @@ LIBOBJS = @LIBOBJS@ LIBTOOL = @LIBTOOL@