aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb/files
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-26 11:30:31 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-26 11:30:31 +0000
commit6d3288ccf44a82f046a681de2fb04b6cfd26c3c8 (patch)
tree623482806ee84885072354ff3dfd02934311c064 /japanese/eb/files
parent167f957ed08b8bcaa15c83ee636e5911a177a175 (diff)
Notes
Diffstat (limited to 'japanese/eb/files')
-rw-r--r--japanese/eb/files/patch-configure10
-rw-r--r--japanese/eb/files/patch-po-eb::Makefile.in11
-rw-r--r--japanese/eb/files/patch-po-ebutils::Makefile.in11
3 files changed, 22 insertions, 10 deletions
diff --git a/japanese/eb/files/patch-configure b/japanese/eb/files/patch-configure
deleted file mode 100644
index fc4571016d48..000000000000
--- a/japanese/eb/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Feb 7 18:20:16 2003
-+++ configure Sun Feb 16 23:47:36 2003
-@@ -7535,6 +7535,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/japanese/eb/files/patch-po-eb::Makefile.in b/japanese/eb/files/patch-po-eb::Makefile.in
new file mode 100644
index 000000000000..b76faeb4f5fd
--- /dev/null
+++ b/japanese/eb/files/patch-po-eb::Makefile.in
@@ -0,0 +1,11 @@
+--- po-eb/Makefile.in.dist Fri Nov 26 04:25:38 2004
++++ po-eb/Makefile.in Fri Nov 26 04:27:28 2004
+@@ -32,7 +32,7 @@
+ mkdir_p = @mkdir_p@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(mkdir_p)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ MSGFMT = @MSGFMT@
+ XGETTEXT = @XGETTEXT@
diff --git a/japanese/eb/files/patch-po-ebutils::Makefile.in b/japanese/eb/files/patch-po-ebutils::Makefile.in
new file mode 100644
index 000000000000..50311369b137
--- /dev/null
+++ b/japanese/eb/files/patch-po-ebutils::Makefile.in
@@ -0,0 +1,11 @@
+--- po-ebutils/Makefile.in.dist Fri Nov 26 04:27:42 2004
++++ po-ebutils/Makefile.in Fri Nov 26 04:27:53 2004
+@@ -48,7 +48,7 @@
+ mkdir_p = @mkdir_p@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(mkdir_p)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ MSGFMT = @MSGFMT@
+ XGETTEXT = @XGETTEXT@