ports/net/grsync/files/patch-gmsgfmt
Chin-San Huang ccae5a0641 Add grsync 0.6, GTK frontend for rsync.
PR:		ports/115785
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2007-08-25 20:33:31 +00:00

20 lines
581 B
Text

--- po/Makefile.in.in.orig 2007-07-18 22:25:46.000000000 +0800
+++ po/Makefile.in.in 2007-08-26 04:01:44.000000000 +0800
@@ -34,7 +34,7 @@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = $(prefix)/share/locale
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.
@@ -44,7 +44,7 @@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-GMSGFMT = @GMSGFMT@
+GMSGFMT = @INTLTOOL_MSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@