mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
$NetBSD: patch-af,v 1.8 2007/07/10 21:16:44 minskim Exp $
|
|
|
|
--- po/Makefile.in.in.orig 2004-02-01 08:28:40.000000000 -0800
|
|
+++ po/Makefile.in.in
|
|
@@ -23,7 +23,7 @@ VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = @datadir@
|
|
-localedir = $(datadir)/locale
|
|
+localedir = $(PKGLOCALEDIR)
|
|
gettextsrcdir = $(datadir)/gettext/po
|
|
|
|
INSTALL = @INSTALL@
|