summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 17:20:27 +0000
committerjoerg <joerg>2010-01-29 17:20:27 +0000
commitdca99bfd944225c2ee290beb42cbb327eefeb21a (patch)
tree020520cfc4b77fe05ed85ca01e8e5e60231cb467 /mk
parent0b4966c22499a10848dc22ed6bf6cf02c579cfe7 (diff)
downloadpkgsrc-dca99bfd944225c2ee290beb42cbb327eefeb21a.tar.gz
Retire USE_DESTDIR=full workaround.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index aab2ad3b0f8..71118ff6058 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.304 2010/01/17 08:04:32 dholland Exp $
+# $NetBSD: bsd.prefs.mk,v 1.305 2010/01/29 17:20:27 joerg Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -408,11 +408,6 @@ do-install:
USE_DESTDIR?= no
PKG_DESTDIR_SUPPORT?= # empty
-.if !empty(USE_DESTDIR:M[Ff][Uu][Ll][Ll])
-WARNINGS+= "USE_DESTDIR=full is deprecated, just use USE_DESTDIR=yes"
-USE_DESTDIR:= yes
-.endif
-
.if empty(PKG_DESTDIR_SUPPORT) || empty(USE_DESTDIR:M[Yy][Ee][Ss])
. if empty(USE_DESTDIR:M[Yy][Ee][Ss]) && empty(USE_DESTDIR:M[Nn][Oo])
PKG_FAIL_REASON+= "USE_DESTDIR must be either \`\`yes'' or \`\`no''"