1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/mail/evolution/files/patch-po::Makefile.in.in
2001-11-20 14:20:03 +00:00

15 lines
408 B
Plaintext

$FreeBSD$
--- po/Makefile.in.in 2001/11/20 13:17:31 1.1
+++ po/Makefile.in.in 2001/11/20 13:17:42
@@ -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 \