summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-03 14:03:39 +0000
committerjoerg <joerg>2007-08-03 14:03:39 +0000
commitac016fede904961446b1393f1ff8198048cf5a03 (patch)
tree4860ee0c505f9cd1529ebed352fe099959ea0528 /mk/bsd.pkg.mk
parenta2904e29b842dabb6de004a070329b4d3f6928eb (diff)
downloadpkgsrc-ac016fede904961446b1393f1ff8198048cf5a03.tar.gz
Update _USE_DESTDIR=full handling to use the new -u/-g code and
require pkg_install-20070802 for using it. It is now considered to work correctly and ready for general consumption.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 7a9888ebea9..819063a4979 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1916 2007/07/29 05:19:41 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1917 2007/08/03 14:03:39 joerg Exp $
#
# This file is in the public domain.
#
@@ -105,6 +105,10 @@ _INSTALL_UNSTRIPPED= # set (flag used by platform/*.mk)
# Latest versions of tools required for correct pkgsrc operation.
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD:U20051103}
+.if ${_USE_DESTDIR} == "user-destdir" && ${PKGTOOLS_REQD} < 20070802
+PKGTOOLS_REQD= 20070802
+.endif
+
##### Transform USE_* into dependencies