diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-21 22:09:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-21 22:09:52 +0800 |
commit | fc7e9ca444e0ebe60598f64a191126ea2be0b1a2 (patch) | |
tree | e1c589cfded922cb81d40bc09cee53045a00a332 /devel/bonobo/files | |
parent | 3a7c2cb27e95ccc4a9abfa801740251c58b20346 (diff) | |
download | freebsd-ports-gnome-fc7e9ca444e0ebe60598f64a191126ea2be0b1a2.tar.gz freebsd-ports-gnome-fc7e9ca444e0ebe60598f64a191126ea2be0b1a2.tar.zst freebsd-ports-gnome-fc7e9ca444e0ebe60598f64a191126ea2be0b1a2.zip |
Update to 1.0.8.
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 \ |