73fce98862
I'll keep the distfile in my people site until the FTP site is updated or Ximian posts the official source tarball to the GNOME master site mirrors.
14 lines
419 B
Text
14 lines
419 B
Text
|
|
$FreeBSD$
|
|
|
|
--- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002
|
|
+++ po/Makefile.in.in Thu Feb 7 14:36:07 2002
|
|
@@ -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 \
|