From 7247293935f1f1d6c350d2593caf4126e5ee3c69 Mon Sep 17 00:00:00 2001 From: bouyer Date: Fri, 22 Nov 2002 12:05:05 +0000 Subject: Honnor ${PKGLOCALEDIR} --- archivers/gtar-base/Makefile | 3 ++- archivers/gtar-base/distinfo | 3 ++- archivers/gtar-base/patches/patch-ah | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 archivers/gtar-base/patches/patch-ah diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index f0e35e61826..182499ba2aa 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/11/20 16:57:54 bouyer Exp $ +# $NetBSD: Makefile,v 1.22 2002/11/22 12:05:05 bouyer Exp $ # DISTNAME= tar-1.13.25 @@ -15,6 +15,7 @@ COMMENT= The GNU tape archiver with remote magnetic tape support USE_BUILDLINK2= YES GNU_CONFIGURE= YES +MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} CONFIGURE_ARGS+= --program-prefix=g --with-catgets CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/archivers/gtar-base/distinfo b/archivers/gtar-base/distinfo index e73a75738d3..1cd9566b2a9 100644 --- a/archivers/gtar-base/distinfo +++ b/archivers/gtar-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/11/20 16:57:54 bouyer Exp $ +$NetBSD: distinfo,v 1.6 2002/11/22 12:05:05 bouyer Exp $ SHA1 (tar-1.13.25.tar.gz) = d27fda27af621a1182bff289d4bfc7b37019effe Size (tar-1.13.25.tar.gz) = 1312227 bytes @@ -8,3 +8,4 @@ SHA1 (patch-ad) = 430fca61e5d39ed596cbc66f5cf03b3ed5363921 SHA1 (patch-ae) = c91b7225146d6dd18031a5ebaa69993904c5c078 SHA1 (patch-af) = 2a5eff3022bcc279131dcd1144fe9c8a7acebecb SHA1 (patch-ag) = fdb46bf9c32ae6df32c6569f12e9232217f53506 +SHA1 (patch-ah) = b1774f7e8b1e7c501bfeeed58561b2d73becf241 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@ -- cgit v1.2.3