diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-21 14:09:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-21 14:09:52 +0000 |
commit | 5026efd3ac017c9a832905bbd0404e786afcafd1 (patch) | |
tree | bcf81fa33bdd7cb1cd752efa605ce28a2e29648b /devel/bonobo/files | |
parent | f5aef6a673c363d590a4a5f78510fe1ab0883feb (diff) |
Notes
Diffstat (limited to 'devel/bonobo/files')
-rw-r--r-- | devel/bonobo/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/devel/bonobo/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -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 \ |