From 2c01ea3b7724677eb90f7cc5186e55f90a768fed Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- archivers/gtar-base/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'archivers/gtar-base') diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index c7975878fd8..470ec442738 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/03/20 04:15:42 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= tar-1.15.1 @@ -14,10 +14,9 @@ COMMENT= The GNU tape archiver with remote magnetic tape support CONFLICTS= gcpio-[0-9]* -BUILD_USES_MSGFMT= YES - PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES INSTALLATION_DIRS= ${PKGMANDIR}/man1 -- cgit v1.2.3