freebsd-ports/deskutils/gxmessage/files/patch-po-Makefile.in.in
Ganael LAPLANCHE e7780563b7 Update to v2.12.4
Support for WITHOUT_NLS macro
Mirror to LOCAL/martymac

PR:		151136
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (maintainer)
Approved by:	ehaupt (mentor)
2010-10-05 07:09:30 +00:00

11 lines
380 B
Text

--- po/Makefile.in.in.orig 2010-10-01 17:25:38.839055382 +0000
+++ po/Makefile.in.in 2010-10-01 17:26:02.445995929 +0000
@@ -34,7 +34,7 @@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = $(prefix)/share/locale
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.