[BACK]Return to patch-po_Makefile_in_in CVS log [TXT][DIR] Up to [local] / ports / japanese / gjiten / patches

File: [local] / ports / japanese / gjiten / patches / patch-po_Makefile_in_in (download)

Revision 1.2, Sun Feb 1 19:55:38 2009 UTC (15 years, 3 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -2 lines

set DATADIRNAME to "share" to install locale into the right place.

$OpenBSD$
--- po/Makefile.in.in.orig	Sun Oct 29 20:17:37 2006
+++ po/Makefile.in.in	Sun Feb  1 20:48:24 2009
@@ -33,7 +33,7 @@ exec_prefix = @exec_prefix@
 datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
+DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
 install_sh = @install_sh@
@@ -44,7 +44,8 @@ mkdir_p = $(install_sh) -d
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 
-GMSGFMT = @GMSGFMT@
+# come on, I know this is ugly
+GMSGFMT = /usr/local/bin/msgfmt
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@