diff options
author | tron <tron> | 2000-11-08 13:22:33 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 13:22:33 +0000 |
commit | 0d6fa099036cc2e158b914b3da3d02697f1eda38 (patch) | |
tree | 2085e777a13933760c02bc4b9c86ab020ecb6464 /sysutils | |
parent | 7c7d099d59e512954e32d54dd7d9472b0a2b7710 (diff) | |
download | pkgsrc-0d6fa099036cc2e158b914b3da3d02697f1eda38.tar.gz |
Make sure that locale files go into the correct directory.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gcombust/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/gcombust/patches/patch-aa | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/gcombust/files/patch-sum b/sysutils/gcombust/files/patch-sum new file mode 100644 index 00000000000..0692cd1a5a4 --- /dev/null +++ b/sysutils/gcombust/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/11/08 13:22:33 tron Exp $ + +MD5 (patch-aa) = f488f36ae1c2269cdbe12e15e24a93ba diff --git a/sysutils/gcombust/patches/patch-aa b/sysutils/gcombust/patches/patch-aa new file mode 100644 index 00000000000..82ee3f31d16 --- /dev/null +++ b/sysutils/gcombust/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2000/11/08 13:22:34 tron Exp $ + +--- po/Makefile.in.in.orig Sun Jun 27 22:00:41 1999 ++++ po/Makefile.in.in Wed Nov 8 14:19:52 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 |