diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /archivers/gtar-base | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r-- | archivers/gtar-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |