mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
130d33bc83
- use shared intl.1 instead of supplied static library PR: ports/17267, ports/17268
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
--- po/Makefile.in.in.orig Mon Jan 17 21:04:28 2000
|
|
+++ po/Makefile.in.in Tue May 2 21:53:41 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
|