diff options
author | tron <tron@pkgsrc.org> | 2000-11-08 13:22:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-08 13:22:33 +0000 |
commit | c796b9d51e93cd8d07dd252eb415c6aec21b343f (patch) | |
tree | 2085e777a13933760c02bc4b9c86ab020ecb6464 | |
parent | 055f2e1692c7f36a01066ade16eb5dda34fe6227 (diff) | |
download | pkgsrc-c796b9d51e93cd8d07dd252eb415c6aec21b343f.tar.gz |
Make sure that locale files go into the correct directory.
-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 |