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

Annotation of ports/japanese/gjiten/patches/patch-po_Makefile_in_in, Revision 1.1

1.1     ! nbrk        1: $OpenBSD$
        !             2: --- po/Makefile.in.in.orig     Fri Jan 30 02:29:33 2009
        !             3: +++ po/Makefile.in.in  Fri Jan 30 02:28:39 2009
        !             4: @@ -44,7 +44,8 @@ mkdir_p = $(install_sh) -d
        !             5:  INSTALL = @INSTALL@
        !             6:  INSTALL_DATA = @INSTALL_DATA@
        !             7:
        !             8: -GMSGFMT = @GMSGFMT@
        !             9: +# come on, I know this is ugly
        !            10: +GMSGFMT = /usr/local/bin/msgfmt
        !            11:  MSGFMT = @MSGFMT@
        !            12:  XGETTEXT = @XGETTEXT@
        !            13:  INTLTOOL_UPDATE = @INTLTOOL_UPDATE@

CVSweb