summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-ac')
-rw-r--r--textproc/icu/patches/patch-ac18
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/icu/patches/patch-ac b/textproc/icu/patches/patch-ac
index 0601cba9fbc..b633f9f3cf7 100644
--- a/textproc/icu/patches/patch-ac
+++ b/textproc/icu/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.4 2003/03/21 23:44:07 salo Exp $
+$NetBSD: patch-ac,v 1.5 2003/06/23 07:49:41 jlam Exp $
---- data/Makefile.in.orig 2002-12-13 05:07:48.000000000 +0100
-+++ data/Makefile.in 2003-03-22 00:05:30.000000000 +0100
-@@ -101,9 +101,9 @@
- $(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(ICUPKGDATA_DIR)
- $(INVOKE) $(PKGDATA) -m $(PKGDATA_MODE) $(PKGDATA_VERSIONING) -e $(ICUDATA_ENTRY_POINT) -T $(BUILDDIR) -s $(BUILDDIR) -p $(ICUDATA_NAME) $(BUILDDIR)/icudata.lst -I $(DESTDIR)$(ICUPKGDATA_DIR)
+--- data/Makefile.in.orig Thu Jun 19 18:48:54 2003
++++ data/Makefile.in Thu Jun 19 18:54:43 2003
+@@ -111,9 +111,9 @@
+ $(PKGDATA_INVOKE) $(PKGDATA) -m static -e $(ICUDATA_ENTRY_POINT) -T $(BUILDDIR) -s $(BUILDDIR) -p $(ICUDATA_NAME) $(BUILDDIR)/icudata.lst -I $(DESTDIR)$(ICUPKGDATA_DIR)
+ endif
-install-convrtrstxt: $(DESTDIR)$(pkgsysconfdir)/convrtrs.txt
-$(DESTDIR)$(pkgsysconfdir)/convrtrs.txt: $(UCMSRCDIR)/convrtrs.txt
- $(MKINSTALLDIRS) $(DESTDIR)$(pkgsysconfdir)
-+install-convrtrstxt: $(DESTDIR)$(prefix)/share/examples/icu/convrtrs.txt
-+$(DESTDIR)$(prefix)/share/examples/icu/convrtrs.txt: $(UCMSRCDIR)/convrtrs.txt
-+ $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/examples/icu
++install-convrtrstxt: $(DESTDIR)$(pkgexampledir)/convrtrs.txt
++$(DESTDIR)$(pkgexampledir)/convrtrs.txt: $(UCMSRCDIR)/convrtrs.txt
++ $(MKINSTALLDIRS) $(DESTDIR)$(pkgexampledir)
$(INSTALL_DATA) $< $@
####