summaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-libs/files/patch-po::Makefile.in.in')
-rw-r--r--x11/gnome-libs/files/patch-po::Makefile.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-po::Makefile.in.in b/x11/gnome-libs/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..a4dfe9dfc
--- /dev/null
+++ b/x11/gnome-libs/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11/gnome-libs/files/patch-po::Makefile.in.in,v 1.1 2002/01/15 16:12:51 sobomax Exp $
+
+--- po/Makefile.in.in 2002/01/14 11:02:35 1.1
++++ po/Makefile.in.in 2002/01/14 11:02:49
+@@ -106,7 +106,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 \