diff options
author | joerg <joerg> | 2016-04-10 15:20:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-04-10 15:20:26 +0000 |
commit | a71b27d4cca681ba01f367dbf63ad4987f1bd8f0 (patch) | |
tree | dc398bde13b38edf765d92f57c8efbd5b3d3527a /mk/pkgformat | |
parent | de285f7379f3f017364f9e9dc7084b78610426b4 (diff) | |
download | pkgsrc-a71b27d4cca681ba01f367dbf63ad4987f1bd8f0.tar.gz |
Always require the 2010 version of pkg_install to simplify things a bit.
Diffstat (limited to 'mk/pkgformat')
-rw-r--r-- | mk/pkgformat/pkg/pkgformat-vars.mk | 6 |
1 files changed, 1 insertions, 5 deletions
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 |