summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2016-04-10 15:10:12 +0000
committerjoerg <joerg>2016-04-10 15:10:12 +0000
commit7cc0fc3453d1467e8cf09eafe1cf94f5fa101265 (patch)
treead5a3ca4290d89ef080784826b8766fc53518bcf /mk
parent8654d185c719dea7af9de5a6a19b8b7001373734 (diff)
downloadpkgsrc-7cc0fc3453d1467e8cf09eafe1cf94f5fa101265.tar.gz
Remove last glue for PKG_DESTDIR_SUPPORT=none.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 630ed98b266..d184e3744b9 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.383 2016/04/10 15:08:39 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.384 2016/04/10 15:10:12 joerg Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -418,12 +418,6 @@ _USE_DESTDIR= destdir
PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''."
.endif
-# This stanza serves to warn the user; deciding to not build
-# non-DESTDIR-capable packages when not in DESTDIR mode is above.
-.if ${PKG_DESTDIR_SUPPORT} == "none"
-WARNINGS+= "[bsd.prefs.mk] The package ${PKGNAME} is missing DESTDIR support."
-.endif
-
# When using staged installation, everything gets installed into
# ${DESTDIR}${PREFIX} instead of ${PREFIX} directly.
#