mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- po/Makefile.in.in.orig Sat Jan 22 11:35:29 2000
|
|
+++ po/Makefile.in.in Fri Jan 28 16:08:48 2000
|
|
@@ -18,7 +18,7 @@
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
-datadir = $(prefix)/@DATADIRNAME@
|
|
+datadir = $(prefix)/share
|
|
localedir = $(datadir)/locale
|
|
gnulocaledir = $(prefix)/share/locale
|
|
gettextsrcdir = $(prefix)/share/gettext/po
|