freebsd-ports/mail/sylpheed-gtk2/files/patch-ba
Oliver Lehmann ff21976806 Add sylpheed-gtk2 0.9.5.20030906,
the GTK+ 2.0 port of a
lightweight, featureful, and fast e-mail client.

PR:		57208
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-09-27 13:06:22 +00:00

11 lines
407 B
Text

--- po/Makefile.in.in.orig Thu Sep 25 12:15:12 2003
+++ po/Makefile.in.in Thu Sep 25 12:16:23 2003
@@ -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 \