diff options
Diffstat (limited to 'archivers/gtar-base/patches/patch-ah')
-rw-r--r-- | archivers/gtar-base/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/gtar-base/patches/patch-ah b/archivers/gtar-base/patches/patch-ah new file mode 100644 index 00000000000..2d91f62e22c --- /dev/null +++ b/archivers/gtar-base/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2002/11/22 12:05:06 bouyer Exp $ + +--- po/Makefile.in.in.orig Fri Nov 22 12:53:12 2002 ++++ po/Makefile.in.in Fri Nov 22 12:53:38 2002 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ |