diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-05-15 20:43:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-05-15 20:43:38 +0800 |
commit | 69ba4be5550ae5354f5fec8ea85919126ff82787 (patch) | |
tree | b1e1057f1de4573165b6abf63fd26744754f4fc1 /net-im | |
parent | 68bde670c86cfb3ae89fcb4ab9b959be751f4d3f (diff) | |
download | freebsd-ports-gnome-69ba4be5550ae5354f5fec8ea85919126ff82787.tar.gz freebsd-ports-gnome-69ba4be5550ae5354f5fec8ea85919126ff82787.tar.zst freebsd-ports-gnome-69ba4be5550ae5354f5fec8ea85919126ff82787.zip |
Install locale in share/locale
PR: 167534 (based on)
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in b/net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in new file mode 100644 index 000000000000..fd6bc5f88e70 --- /dev/null +++ b/net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig 2011-08-13 04:58:38.000000000 +0200 ++++ po/Makefile.in.in 2012-05-02 20:59:29.000000000 +0200 +@@ -34,7 +34,7 @@ + datarootdir = @datarootdir@ + libdir = @libdir@ + DATADIRNAME = @DATADIRNAME@ +-itlocaledir = $(prefix)/$(DATADIRNAME)/locale ++itlocaledir = $(datarootdir)/locale + subdir = po + install_sh = @install_sh@ + # Automake >= 1.8 provides @mkdir_p@. |