mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1ffce9669e
Remove lots of Makefile bogons, replacing them with lots of patches (like other GNOME ports :) to put things in the right place.
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
--- po/Makefile.in.in.orig Tue Apr 18 14:25:43 2000
|
|
+++ po/Makefile.in.in Wed Apr 19 19:06:53 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
|