mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
|
--- po/Makefile.in.in.orig Thu Sep 30 06:12:45 1999
|
||
|
+++ po/Makefile.in.in Tue May 9 21:18:58 2000
|
||
|
@@ -18,7 +18,7 @@
|
||
|
|
||
|
prefix = @prefix@
|
||
|
exec_prefix = @exec_prefix@
|
||
|
-datadir = $(prefix)/@DATADIRNAME@
|
||
|
+datadir = @datadir@
|
||
|
localedir = $(datadir)/locale
|
||
|
gnulocaledir = $(prefix)/share/locale
|
||
|
gettextsrcdir = $(prefix)/share/gettext/po
|