mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
--- po/Makefile.in.in.orig 2010-03-16 10:44:57.077555362 +0900
|
|
+++ po/Makefile.in.in 2010-03-16 10:39:22.280659667 +0900
|
|
@@ -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@.
|