From f8bcfb8461d09a2980af6a4d3020db3eab9202e6 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 10 Apr 2016 15:20:26 +0000 Subject: Always require the 2010 version of pkg_install to simplify things a bit. --- mk/pkgformat/pkg/pkgformat-vars.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mk') diff --git a/mk/pkgformat/pkg/pkgformat-vars.mk b/mk/pkgformat/pkg/pkgformat-vars.mk index 6a9284213e6..27e8fb7fa98 100644 --- a/mk/pkgformat/pkg/pkgformat-vars.mk +++ b/mk/pkgformat/pkg/pkgformat-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: pkgformat-vars.mk,v 1.5 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: pkgformat-vars.mk,v 1.6 2016/04/10 15:20:26 joerg Exp $ # # This Makefile fragment is included indirectly by bsd.prefs.mk and # defines some variables which must be defined earlier than where @@ -32,11 +32,7 @@ PKG_INFO_CMD?= ${PKG_TOOLS_BIN}/pkg_info LINKFARM_CMD?= ${PKG_TOOLS_BIN}/linkfarm # Latest versions of tools required for correct pkgsrc operation. -.if make(replace) && ${_USE_DESTDIR} != "no" PKGTOOLS_REQD= 20100914 -.else -PKGTOOLS_REQD= 20090528 -.endif # Latest version of pkg_install required to extract packages PKGTOOLS_VERSION_REQD= 20091115 -- cgit v1.2.3