diff options
author | tron <tron@pkgsrc.org> | 1999-07-08 00:24:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-08 00:24:44 +0000 |
commit | e2693af1b2810ab56b70c1732698ec402fcb63d8 (patch) | |
tree | 7694cbbec266a98249417cce928d77f63f361d12 /x11 | |
parent | 5fb1e6c6397da77499b4b604350f27248e779e35 (diff) | |
download | pkgsrc-e2693af1b2810ab56b70c1732698ec402fcb63d8.tar.gz |
Create language directories for locale files where it is necessary.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-core/patches/patch-af b/x11/gnome-core/patches/patch-af new file mode 100644 index 00000000000..be8fd65abda --- /dev/null +++ b/x11/gnome-core/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 1999/07/08 00:24:44 tron Exp $ + +--- po/Makefile.in.in.orig Fri Apr 9 18:02:58 1999 ++++ po/Makefile.in.in Thu Jul 8 02:10:55 1999 +@@ -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 |