15 lines
480 B
Text
15 lines
480 B
Text
$NetBSD: patch-ad,v 1.7 2002/09/01 14:52:30 tron Exp $
|
|
|
|
--- po/Makefile.in.in.orig Wed Mar 28 23:11:42 2001
|
|
+++ po/Makefile.in.in Sun Sep 1 16:32:12 2002
|
|
@@ -19,8 +19,8 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = $(prefix)/@DATADIRNAME@
|
|
-localedir = $(datadir)/locale
|
|
-gnulocaledir = $(prefix)/share/locale
|
|
+localedir = $(prefix)/${PKGLOCALEDIR}/locale
|
|
+gnulocaledir = $(prefix)/${PKGLOCALEDIR}/locale
|
|
gettextsrcdir = $(prefix)/share/gettext/po
|
|
subdir = po
|
|
|