mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a89a57bd0b
PR: ports/18497 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999
|
|
+++ po/Makefile.in.in Thu Dec 23 05:22:51 1999
|
|
@@ -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
|