9e24c55204
task of remotely maintaining a web page or other FTP archive. With weex, the maintainer of a web site or archive that must be administered through FTP interaction can largely ignore that process. Provided by Hiramatsu Yoshifumi in pkg/13090
12 lines
424 B
Text
12 lines
424 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
|
|
--- po/Makefile.in.in.orig Sat Jun 2 05:56:57 2001
|
|
+++ po/Makefile.in.in Sat Jun 2 05:57:17 2001
|
|
@@ -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
|