mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1c9d378ec2
PR: ports/16438 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000
|
|
+++ po/Makefile.in.in Sat Jan 29 16:08:19 2000
|
|
@@ -19,7 +19,7 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = $(prefix)/@DATADIRNAME@
|
|
-localedir = $(datadir)/locale
|
|
+localedir = $(prefix)/share/locale
|
|
gnulocaledir = $(prefix)/share/locale
|
|
gettextsrcdir = $(prefix)/share/gettext/po
|
|
subdir = po
|