summaryrefslogtreecommitdiff
path: root/x11-toolkits/eel/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-06 12:25:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-06 12:25:18 +0000
commit9eb408154bf123fc6fd2c4ccfe092a0ff1174980 (patch)
tree59e36cc8e754b44deea5b65f502a9fa95061e130 /x11-toolkits/eel/files
parentUpgrade to 1.13, which fixes basic authentication. (diff)
Update to 1.0.1.
Diffstat (limited to 'x11-toolkits/eel/files')
-rw-r--r--x11-toolkits/eel/files/patch-Makefile.in22
-rw-r--r--x11-toolkits/eel/files/patch-po::Makefile.in.in14
2 files changed, 33 insertions, 3 deletions
diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in
index 715923c89716..a6d10b9b4b4e 100644
--- a/x11-toolkits/eel/files/patch-Makefile.in
+++ b/x11-toolkits/eel/files/patch-Makefile.in
@@ -1,7 +1,23 @@
---- Makefile.in.orig Mon May 7 18:13:32 2001
-+++ Makefile.in Tue May 8 13:45:24 2001
-@@ -168,3 +168,3 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Fri Jul 6 12:57:01 2001
++++ Makefile.in Fri Jul 6 12:58:14 2001
+@@ -159,7 +159,7 @@
+
+ NULL =
+
+-SUBDIRS = data intl eel test po $(NULL)
++SUBDIRS = data intl eel po $(NULL)
+
+
+ EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in eelConf.sh.in eel-config.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(NULL)
+@@ -167,7 +167,7 @@
+
+ bin_SCRIPTS = $(top_builddir)/eel-config
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = eelConf.sh $(NULL)
+
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/x11-toolkits/eel/files/patch-po::Makefile.in.in b/x11-toolkits/eel/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..54a45551f75a
--- /dev/null
+++ b/x11-toolkits/eel/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/07/06 10:12:53 1.1
++++ po/Makefile.in.in 2001/07/06 10:13:11
+@@ -104,7 +104,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \