summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-27 12:37:29 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-27 12:37:29 +0000
commite7a756eb16fd5e7ebe06ffe184e66445b556a34b (patch)
tree5f1e02ba6b22f6eabc802d8c348af8d738da4bd7 /mk
parent48032eb99fc4492b53ab6c76d19e25e1d03541ce (diff)
downloadpkgsrc-e7a756eb16fd5e7ebe06ffe184e66445b556a34b.tar.gz
Make USE_DESTDIR != yes an error.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index a20e48f7de7..6cfb7fb5274 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.373 2015/11/07 20:00:19 sevan Exp $
+# $NetBSD: bsd.prefs.mk,v 1.374 2015/12/27 12:37:29 joerg Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -536,6 +536,7 @@ _MAKE_CLEAN_AS_ROOT= no
_MAKE_INSTALL_AS_ROOT= no
. endif
.else
+PKG_FAIL_REASON+= "USE_DESTDIR=no is no longer supported."
DESTDIR=
.endif