mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
PR: 129594 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
11 lines
380 B
Text
11 lines
380 B
Text
--- po/Makefile.in.in.orig 2008-12-08 11:44:27.794971692 +0100
|
|
+++ po/Makefile.in.in 2008-12-08 11:44:42.679745595 +0100
|
|
@@ -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@.
|