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

Annotation of ports/geo/tangogps/patches/patch-po_Makefile_in_in, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- po/Makefile.in.in.orig     Sat Feb 13 17:48:20 2010
        !             3: +++ po/Makefile.in.in  Fri Apr 16 16:19:08 2010
        !             4: @@ -27,10 +27,10 @@ prefix = @prefix@
1.1       yason       5:  exec_prefix = @exec_prefix@
1.2     ! yason       6:  datarootdir = @datarootdir@
1.1       yason       7:  datadir = @datadir@
                      8: +datarootdir = @datarootdir@
                      9:  libdir = @libdir@
                     10: -localedir = $(libdir)/locale
                     11: +localedir = $(datadir)/locale
                     12:  gnulocaledir = $(datadir)/locale
                     13: -gettextsrcdir = $(datadir)/glib-2.0/gettext/po
                     14:  subdir = po
                     15:
                     16:  INSTALL = @INSTALL@
1.2     ! yason      17: @@ -168,17 +168,6 @@ install-data-yes: all
1.1       yason      18:            fi; \
                     19:          fi; \
                     20:        done
                     21: -      if test "$(PACKAGE)" = "glib"; then \
                     22: -        if test -r "$(MKINSTALLDIRS)"; then \
                     23: -          $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
                     24: -        else \
                     25: -          $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
                     26: -        fi; \
                     27: -        $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
                     28: -                        $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
                     29: -      else \
                     30: -        : ; \
                     31: -      fi
                     32:
                     33:  # Define this as empty until I found a useful application.
                     34:  installcheck:

CVSweb