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

File: [local] / ports / geo / tangogps / patches / Attic / patch-po_Makefile_in_in (download)

Revision 1.2, Fri Apr 16 08:38:00 2010 UTC (14 years, 2 months ago) by yason
Branch: MAIN
Changes since 1.1: +5 -5 lines

fix doc

$OpenBSD$
--- po/Makefile.in.in.orig	Sat Feb 13 17:48:20 2010
+++ po/Makefile.in.in	Fri Apr 16 16:19:08 2010
@@ -27,10 +27,10 @@ prefix = @prefix@
 exec_prefix = @exec_prefix@
 datarootdir = @datarootdir@
 datadir = @datadir@
+datarootdir = @datarootdir@
 libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
 gnulocaledir = $(datadir)/locale
-gettextsrcdir = $(datadir)/glib-2.0/gettext/po
 subdir = po
 
 INSTALL = @INSTALL@
@@ -168,17 +168,6 @@ install-data-yes: all
 	    fi; \
 	  fi; \
 	done
-	if test "$(PACKAGE)" = "glib"; then \
-	  if test -r "$(MKINSTALLDIRS)"; then \
-	    $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
-	  else \
-	    $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
-	  fi; \
-	  $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
-			  $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
-	else \
-	  : ; \
-	fi
 
 # Define this as empty until I found a useful application.
 installcheck: