diff options
author | tron <tron@pkgsrc.org> | 2000-11-08 13:11:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-08 13:11:16 +0000 |
commit | a813c7172605deaa2641213bde74e3df949b6f19 (patch) | |
tree | a7dad2f649cb55ea3f9ad4f45647c03ff9bf1035 /comms/jpilot/patches | |
parent | c79ab4fbd43019cdec0b705ce83abce48d6bcd97 (diff) | |
download | pkgsrc-a813c7172605deaa2641213bde74e3df949b6f19.tar.gz |
Make sure that locale files go into the correct directory.
Diffstat (limited to 'comms/jpilot/patches')
-rw-r--r-- | comms/jpilot/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/jpilot/patches/patch-ad b/comms/jpilot/patches/patch-ad new file mode 100644 index 00000000000..46c8c541ecf --- /dev/null +++ b/comms/jpilot/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2000/11/08 13:11:17 tron Exp $ + +--- po/Makefile.in.in.orig Thu Jun 24 08:07:56 1999 ++++ po/Makefile.in.in Wed Nov 8 14:06:02 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 |