freebsd-ports/net-im/gajim/files/patch-po-Makefile.in.in
Ruslan Makhmatkhanov a222096f31 - update to 0.15
- actualize dependencies list according to docs
- exclude -A from FETCH_ARGS
- add WITH_CRYPTO option (default off)
- actualize pkg-descr

Feature safe:   yes
2012-03-21 04:28:45 +00:00

11 lines
369 B
Text

--- po/Makefile.in.in.orig 2011-10-15 04:47:18.000000000 +0400
+++ po/Makefile.in.in 2012-03-20 19:15:22.000000000 +0400
@@ -34,7 +34,7 @@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = @localedir@
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.