7397e7fb38
ok jasper@
24 lines
951 B
Plaintext
24 lines
951 B
Plaintext
$OpenBSD: patch-po_Makefile_in,v 1.3 2010/03/23 17:24:45 pea Exp $
|
|
--- po/Makefile.in.orig Fri Aug 21 14:52:23 2009
|
|
+++ po/Makefile.in Thu Dec 17 13:41:56 2009
|
|
@@ -89,7 +89,7 @@ LIBSYNCML_LIBS = @LIBSYNCML_LIBS@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAKEINFO = @MAKEINFO@
|
|
MKDIR_P = @MKDIR_P@
|
|
-MSGFMT = /usr/bin/msgfmt
|
|
+MSGFMT = ${LOCALBASE}/bin/msgfmt
|
|
OBJEXT = @OBJEXT@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
@@ -154,8 +154,8 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
DOMAIN = osmo
|
|
POTFILES = $(wildcard ../src/*.c ../src/*.h)
|
|
-XGETTEXT = /usr/bin/xgettext
|
|
-MSGMERGE = /usr/bin/msgmerge
|
|
+XGETTEXT = ${LOCALBASE}/bin/xgettext
|
|
+MSGMERGE = ${LOCALBASE}/bin/msgmerge
|
|
XGETTEXT_OPTS = --keyword=_ --keyword=N_ --keyword=X_ --add-comments=TRANSLATORS: --no-location
|
|
POFILES = ca.po cs.po de.po el.po es.po fi.po fr.po hu.po it.po ja.po lt.po nl.po pl.po pt.po ru.po sv.po tr.po uk.po zh_CN.po
|
|
MOFILES = $(POFILES:.po=.mo)
|